summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Despite the fact that it is documented in the handbook, the release notes,gshapiro2002-04-202-4/+21
* Add an exceedingly simple regression test for the file2c program. One wouldjmallett2002-04-205-1/+125
* In my continuing crusade to make life better for non-sendmail users, avoidgshapiro2002-04-203-2/+20
* Add regression tests for parts of xargs(1).jmallett2002-04-208-1/+49
* Add a comment regarding the file header, and the mode that the file is createdjmallett2002-04-201-0/+5
* Add uuencode(1) and uudecode(1) regression test input and output.jmallett2002-04-206-0/+366
* MFi386 1.222. Remove vm_map_growstack and acquisition and release of Giantjake2002-04-201-16/+2
* Start adding framework for userland regression tests, and tests forjmallett2002-04-206-1/+65
* Implement several of the c99 updates to scanf(3):fenner2002-04-202-140/+220
* 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
OpenPOWER on IntegriCloud