summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-11-10SEE ALSO corrections. millert ok.Federico G. Schwindt
2002-11-10missing MLINKs for setresuid(2). millert ok.Federico G. Schwindt
2002-11-10fix SEE ALSO; ho ok.Federico G. Schwindt
2002-11-10Polish wording on fstab verbiage, and swap paragraphs so the paragraphKenneth R Westerback
2002-11-10Fix makedev() so that if the device nodes are *not* created, makedev()Kenneth R Westerback
2002-11-09Instead of relying on uvm_useracc(), get a false sense of security, andMiod Vallat
2002-11-09- make IFF_SIMPLEX only set if the media is IFM_FDX (prevents ip6 fromFederico G. Schwindt
2002-11-09remove unused manpages (already in libc) and reorder SEE ALSO; marc@ ok.Federico G. Schwindt
2002-11-09Recent addition of support for http redirect requires adding '-lutil'Kenneth R Westerback
2002-11-09remove references to unexistent manpages; miod ok.Federico G. Schwindt
2002-11-09Code cleanup, simplification and shrinkage.Kenneth R Westerback
2002-11-09Fix two problems:Kenneth R Westerback
2002-11-09fix a commentMichael Shalayeff
2002-11-09need icmp6.h for MULTICAST_PMTUD case. sync w/kameJun-ichiro itojun Hagino
2002-11-09SEE ALSO reordering.Federico G. Schwindt
2002-11-09yet another round of SEE ALSO fixes.Federico G. Schwindt
2002-11-09more SEE ALSO fixes.Federico G. Schwindt
2002-11-09only one angola independence day and another angola history day once hereMichael Shalayeff
2002-11-09no more uucp(1).Federico G. Schwindt
2002-11-09second round to SEE ALSO fixes.Federico G. Schwindt
2002-11-09SEE ALSO reordering and corrections.Federico G. Schwindt
2002-11-09doh, better now.Federico G. Schwindt
2002-11-09uucp(1) doesn't exist anymore.Federico G. Schwindt
2002-11-08In login emulation mode use the same setusercontext() flags asTodd C. Miller
2002-11-08kill two compiler warnings; ok marc@Todd T. Fries
2002-11-08absolutely no need to save the fpu state before rewriting the fpu regs, just ...Michael Shalayeff
2002-11-08hmm, todos seem to be unapplicable no moreMichael Shalayeff
2002-11-08a missing next kbd typeMichael Shalayeff
2002-11-08only reset the pending fpu exceptions on fork, not the rest of the fpu status...Michael Shalayeff
2002-11-08gotta get down into hppa tooMichael Shalayeff
2002-11-08add a radio receivers section and bktr yto the miscMichael Shalayeff
2002-11-08bktr is leaving the i386 nestMichael Shalayeff
2002-11-08regenMichael Shalayeff
2002-11-08add bktr and radioMichael Shalayeff
2002-11-08prepare for bktr on macppc (commented out in generic for now); drahn@ okMichael Shalayeff
2002-11-08finishdup: Avoid reference count leak in error case by reordering some code.Artur Grabowski
2002-11-08Support for Promise PDC20275 and PDC20277. Untested.Grigoriy Orlov
2002-11-08Don't check IRQ assertion since this code was derived from FreeBSDGrigoriy Orlov
2002-11-08init buf to NULL just in case...Henning Brauer
2002-11-08I missed a 'return' statement. Also spotted by Aref Taidi. Thanks.Hakan Olsson
2002-11-08Time to cleanup:Mike Pechkin
2002-11-08Do not try to initialize entries in the fd table before the tableMarco S Hyman
2002-11-08Use STDIN_FILENO and STDOUT_FILENO & ANSI prototypes; Chad LoderTodd C. Miller
2002-11-08Implement simple vnodeop inheritance for specfs and fifofs.Artur Grabowski
2002-11-08Don't uvm_useracc and then vslock. vslock is better at finding illegal mappings.Artur Grabowski
2002-11-08http redirect support; adapted from NetBSD.Federico G. Schwindt
2002-11-08Don't uvm_useracc the user sigcontext in sys_sigreturn and then accessMichael Shalayeff
2002-11-08Don't uvm_useracc the user sigcontext in sys_sigreturn and then accessMiod Vallat
2002-11-07Install /var/log/message 644 since the beginning and change backPeter Valchev
2002-11-07/var/log/messages is mode 640 not 644 by default; root@shopip.comPeter Valchev