Commit Graph

178074 Commits

Author SHA1 Message Date
jmcneill f654d345dd Mark old vesabios/vesafb flags as obsolete, noted by cube 2009-02-19 13:06:49 +00:00
wiz c6f80b4d12 Remove Xr to vesafb. Bump date.
New sentence, new line.
2009-02-19 10:48:16 +00:00
njoly 2cbc1f6d44 Do not overwrite COPTS, but append to it. 2009-02-19 10:33:03 +00:00
wiz 26eb252fd5 Remove vesafb here as well. 2009-02-19 10:09:09 +00:00
wiz 73ff6fdf20 Mark up author with An and Aq. 2009-02-19 10:08:15 +00:00
wiz dfe59495b1 Fix wordo, use more markup. 2009-02-19 09:48:08 +00:00
wiz 849d2f544e New sentence, new line. 2009-02-19 09:44:41 +00:00
markd e985093766 Add missing break. 2009-02-19 05:58:37 +00:00
enami 7e647ec230 Sync ioctl arguments with reality; they are changed 3 years ago. 2009-02-19 03:18:19 +00:00
jmcneill 849400ad6e vesabios is no more 2009-02-19 02:49:41 +00:00
jmcneill a3064a606a Un-xref vesafb 2009-02-19 02:44:59 +00:00
christos f072c3f1a4 bump version for prompt arg. 2009-02-19 01:18:24 +00:00
christos 963ecab70c document extra argument. 2009-02-19 01:18:02 +00:00
jmcneill 96a6346404 vesafb is no more 2009-02-19 01:14:43 +00:00
jmcneill 71166ff206 i386: The vesafb(4) driver has been retired. 2009-02-19 01:01:04 +00:00
jmcneill 73235aa750 Remove vesafb(4) man page, pointed out by agc 2009-02-19 00:58:59 +00:00
jmcneill 117f3f1b52 Remove vesafb man page 2009-02-19 00:57:10 +00:00
jmcneill a53ec2987d remove vesabios and vesafb 2009-02-19 00:55:48 +00:00
jmcneill 08224a94a7 Remove vesafb, it has been replaced by genfb on x86. 2009-02-19 00:54:08 +00:00
jmcneill dc02b079e4 Remove vesafb-specific hacks. 2009-02-19 00:39:25 +00:00
christos a5e73ebace adjust patch to current. 2009-02-18 21:06:47 +00:00
christos ce563f1b55 CID 4960: Plug memory leak. 2009-02-18 20:10:23 +00:00
christos ca9294c412 CID 5044: Protect against NULL deref. 2009-02-18 20:08:32 +00:00
christos b86f9ffb61 CID 4393: plug memory leak. 2009-02-18 20:06:27 +00:00
christos 032602ef32 - long -> size_t
- don't allocate memory before the negative check is done CID 4722
2009-02-18 20:04:43 +00:00
christos e60db6c82e coverity CID 515: Use assert. 2009-02-18 20:00:32 +00:00
mrg f5e9e80946 simply the previous as suggested by enami:
- don't check args->tp, just let copyin() fail.
2009-02-18 17:57:11 +00:00
mhitch 9259dea89c On the vax, the trapsignal() call will change frame->sp to point to a
callg on the user's stack that calls the user's signal handler, so do
the skip_opcode() before calling trapsignal().  A floating point
overflow no longer causes a signal loop.  This should stop the native
compile hangs trying to compile src/lib/libm/complex/catan.ln.
2009-02-18 17:32:12 +00:00
christos ad57574aad strip .ident, if MKSTRIPIDENT. From Adam Ciarci 2009-02-18 15:21:52 +00:00
christos ec70918ed3 SA_RESTART for all signals but SIGINT. From Anon Ymous. 2009-02-18 15:04:40 +00:00
njoly dc871322e1 Do not protect native_to_linux_si_code() under LINUX_NPTL anymore, now
that linux si_code definitions are MI.
2009-02-18 14:43:22 +00:00
njoly 65488d267e Add IPC_64 support for all shmctl(2) commands, and reduce diffs with
compat linux version.
2009-02-18 14:40:14 +00:00
njoly a1cf1f2eab Add IPC_64 support for all shmctl(2) commands, not only for STAT/SET.
This make it work on i386 under 2.6 emulation.
2009-02-18 14:30:43 +00:00
yamt 314bfbb3be remove BUGS section. this has been changed to use arc4random while ago. 2009-02-18 13:42:06 +00:00
yamt 777ded00ac cache_lookup_entry: add an assertion. 2009-02-18 13:36:11 +00:00
yamt c69852d701 vmem_rehash_all: remove a debug printf slipped in with the previous changes. 2009-02-18 13:33:46 +00:00
yamt f68e4571e5 - fix vmem unittest. rename VMEM_DEBUG so that it won't be abused again.
- reimplement vmem sanity checks with less code duplication.
- reimplement ddb vmem-related commands in a more consistent ways.
  remove automatic whatis.
2009-02-18 13:31:59 +00:00
yamt a95bc3c403 fix "make cleandir" 2009-02-18 13:26:15 +00:00
yamt 947efbeab9 cache_purge1: consistently unlock ncp a little earlier. 2009-02-18 13:24:18 +00:00
yamt 4c5a0bb384 redo rev.1.19 correctly. 2009-02-18 13:22:10 +00:00
yamt 74ccc189c4 wsevent_copyout_events50: fix a bogus panic. 2009-02-18 13:20:02 +00:00
yamt 482389422a sysctl_net_inet_ip_ports: fix ipv6 sysctls. 2009-02-18 13:18:32 +00:00
yamt 9645d41cf8 remove unused #define. 2009-02-18 13:17:50 +00:00
yamt 62abd426b4 make some functions static. 2009-02-18 13:16:58 +00:00
yamt bbac3fbde4 remove a useless cast. 2009-02-18 13:13:27 +00:00
yamt a13bb3bef4 whitespace 2009-02-18 13:12:00 +00:00
yamt ebdb9fb038 cache_cmp: fix comparison. 2009-02-18 13:08:22 +00:00
yamt feff5384df use %zu for size_t 2009-02-18 13:04:59 +00:00
haad 526dfe53d4 Merge conflicts and NetBSD local changes. 2009-02-18 12:16:13 +00:00
haad bec4d750d4 Import new lvm2tools 2.02.44 version and libdevmapper 1.02.30. 2009-02-18 11:16:14 +00:00