summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Oops, fix an inverted if test.des2002-04-201-1/+1
* Strip /dev/ from tty name, and clean up the "last login" printout.des2002-04-201-6/+10
* Check the alignment of the stack pointer before copying in windows from thejake2002-04-201-0/+4
* Fix off by one errors in cache flush calls (mostly harmless).jake2002-04-201-3/+3
* Add needed include of tick.h.jake2002-04-201-0/+1
* sysinstall compiles on sparc64.jake2002-04-201-4/+1
* Add an XXX: linux_uselib() should be using vn_open() rather than invokingrwatson2002-04-201-0/+4
* Update the email appearing in copyright string.semenu2002-04-201-1/+1
* Merge ``&& must be ||'' bug noticed and fixed in OpenBSD. The only ill effectsemenu2002-04-201-1/+1
* Use `The .Nm utility'charnier2002-04-2029-102/+181
* login(3) doesn't care about the controlling terminal any more.des2002-04-201-1/+1
* Fix for the sshd(8) utmp problem. Previously, login(3) would ignore the ttydes2002-04-201-3/+9
* Use `The .Nm utility'charnier2002-04-2092-335/+509
* 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
OpenPOWER on IntegriCloud