summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Push down Giant for setpgid(), setsid() and aio_daemon(). Giant protects onlytanimura2002-04-204-12/+25
* Use `The .Nm utility'charnier2002-04-204-10/+12
* Replace inline asm with it's inline function wrapper.benno2002-04-202-2/+2
* Fix TZ & TERM handling for use_login case of rev. 1.24ache2002-04-201-4/+6
* 1) Surprisingly, "CheckMail" handling code completely removed from thisache2002-04-202-2/+24
* Fix controller in SW mode and See also + first appeared in 4.5.nsouch2002-04-201-8/+8
* - Create a ``zero fill'' constructor for uma_zcreate's ctor argument.arr2002-04-202-0/+11
* reorg a little.obrien2002-04-201-7/+7
* I decided I don't want to be part of this.jake2002-04-201-1/+0
* Reintroduce locking on accesses to vm_object_list.alc2002-04-203-1/+10
* 1) Fix overlook in my prev. commit - forget HAVE_ prefix in one place in oldache2002-04-201-4/+11
* Add character translation table between Unix and NetWare accordingbp2002-04-204-19/+98
* s/nwserv/nwfs/bp2002-04-201-1/+1
* Describe situation where manual 'ifconfig xx0 up' required.bp2002-04-201-2/+7
* Please repeat after me: setusercontext() modifies _current_ environment, butache2002-04-201-24/+58
* In the BUGS section, mention that the ballooning of size mentioned here isjmallett2002-04-201-2/+2
* Use fwrite(3) to write out the decoded information, as the b64 decoding stuffjmallett2002-04-201-1/+1
* base64_decode() was feeding \r and \n to the decoding function, and thatjmallett2002-04-201-0/+4
* Add typedef of sa_family_t to <sys/un.h>, per POSIX and X/Open. Hidemike2002-04-201-1/+14
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>mike2002-04-203-2/+12
* Remove <ctype.h> - not neededache2002-04-201-1/+0
* Prevent sign extension (again)ache2002-04-201-1/+1
* Allow space between -a and its argument. Honour locale collating ordertjr2002-04-202-16/+12
* Crank WARNS.jmallett2002-04-209-42/+47
* Don't put a line break in string literals. GCC 3.1 complains and GCCmarcel2002-04-202-26/+20
* Improve style consistency of vfs_syscalls.c by converting the style usedrwatson2002-04-202-106/+164
* Don't put a line break in string literals. GCC 3.1 complains and GCCmarcel2002-04-201-2/+2
* It is easier for me to debug with -I's at the rear.obrien2002-04-201-1/+1
* Spelling fix for comment.rwatson2002-04-201-1/+1
* Comment out and mark broken the hea and hfa devices until someone hasmike2002-04-201-2/+3
* - Nuke small sgi ifdef bits.arr2002-04-202-9/+0
* Bump WARNS to 4.jmallett2002-04-202-0/+2
* In the case where we can't open /dev/tty, fall back to -t behaviour.jmallett2002-04-191-9/+7
* Bump WARNS to 4.jmallett2002-04-191-0/+1
* Use `The .Nm utility'charnier2002-04-1926-112/+159
* Compound two fprintf(3)s into 1 using string concatenation.jmallett2002-04-191-2/+1
* Fix compiling of acpica when debugging is enabled. In the previousmike2002-04-191-2/+7
* After 3 months...jmallett2002-04-194-44/+272
* Use `The .Nm utility'. Introduce options with well known sentence.charnier2002-04-191-8/+11
* Add .Pp before enumerating optionscharnier2002-04-192-0/+2
* Use `The .Nm utility'charnier2002-04-192-8/+10
* Clean up:alfred2002-04-192-8/+20
* Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constantssemenu2002-04-197-2716/+14
* Make this build on 4.x machines again (building a -current kernel on aimp2002-04-193-36/+27
* - Nuke some more #ifdef sun related sections.arr2002-04-194-41/+1
* - Nuke some #ifdef sun4m code; it hasn't been updated in 4 years and is notarr2002-04-192-69/+0
* Prevent sign extension on characters with 8bit setache2002-04-191-1/+1
* Change lpd to recognize the '-s' parameter as a preferred synonymgad2002-04-192-13/+26
* Remove a safety-setting line which is unnecessary now that the previousgad2002-04-191-1/+0
* Fix 'deamon' -> 'daemon' in a comment.gad2002-04-191-1/+1
OpenPOWER on IntegriCloud