| Commit message (Expand) | Author | Age | Files | Lines |
| * | Print a size_t as %u not %d. | Juli Mallett | 2002-04-20 | 1 | -1/+1 |
| * | Add a test of variable evaluation and substitution for make(1), as a start | Juli Mallett | 2002-04-20 | 5 | -1/+43 |
| * | Resolve conflicts from import of post-8.12.3 bug fixes. | Gregory Neil Shapiro | 2002-04-20 | 20 | -21/+28 |
| * | This commit was generated by cvs2svn to compensate for changes in r95154, | Gregory Neil Shapiro | 2002-04-20 | 426 | -457/+467 |
| |\ |
|
| | * | Import of post-8.12.3 bug fixes from vendor repository.vendor/sendmail/8.12.3-20020420 | Gregory Neil Shapiro | 2002-04-20 | 447 | -485/+502 |
| | * | Remove files no longer in vendor release from vendor branch.vendor/sendmail/8.12.3 | Gregory Neil Shapiro | 2002-04-20 | 129 | -8416/+0 |
| * | | Include <arpa/inet.h> for prototype of ntohl() used in the N_BADMAG() | Mike Barcroft | 2002-04-20 | 2 | -0/+2 |
| * | | Reenable the newly unbroken hfa device. | Mike Barcroft | 2002-04-20 | 1 | -1/+1 |
| * | | Add a test for jot(1). | Juli Mallett | 2002-04-20 | 4 | -1/+22 |
| * | | Two more files to keep track of. | Gregory Neil Shapiro | 2002-04-20 | 1 | -0/+2 |
| * | | A simple test for join(1) based on tjr's test case for -o 0. | Juli Mallett | 2002-04-20 | 6 | -1/+35 |
| * | | Change two KM_COPY()s to bcopy(). This should have been done when the | Mike Barcroft | 2002-04-20 | 2 | -2/+2 |
| * | | Despite the fact that it is documented in the handbook, the release notes, | Gregory Neil Shapiro | 2002-04-20 | 2 | -4/+21 |
| * | | Add an exceedingly simple regression test for the file2c program. One would | Juli Mallett | 2002-04-20 | 5 | -1/+125 |
| * | | In my continuing crusade to make life better for non-sendmail users, avoid | Gregory Neil Shapiro | 2002-04-20 | 3 | -2/+20 |
| * | | Add regression tests for parts of xargs(1). | Juli Mallett | 2002-04-20 | 8 | -1/+49 |
| * | | Add a comment regarding the file header, and the mode that the file is created | Juli Mallett | 2002-04-20 | 1 | -0/+5 |
| * | | Add uuencode(1) and uudecode(1) regression test input and output. | Juli Mallett | 2002-04-20 | 6 | -0/+366 |
| * | | MFi386 1.222. Remove vm_map_growstack and acquisition and release of Giant | Jake Burkholder | 2002-04-20 | 1 | -16/+2 |
| * | | Start adding framework for userland regression tests, and tests for | Juli Mallett | 2002-04-20 | 6 | -1/+65 |
| * | | Implement several of the c99 updates to scanf(3): | Bill Fenner | 2002-04-20 | 2 | -140/+220 |
| * | | Oops, fix an inverted if test. | Dag-Erling Smørgrav | 2002-04-20 | 1 | -1/+1 |
| * | | Strip /dev/ from tty name, and clean up the "last login" printout. | Dag-Erling Smørgrav | 2002-04-20 | 1 | -6/+10 |
| * | | Check the alignment of the stack pointer before copying in windows from the | Jake Burkholder | 2002-04-20 | 1 | -0/+4 |
| * | | Fix off by one errors in cache flush calls (mostly harmless). | Jake Burkholder | 2002-04-20 | 1 | -3/+3 |
| * | | Add needed include of tick.h. | Jake Burkholder | 2002-04-20 | 1 | -0/+1 |
| * | | sysinstall compiles on sparc64. | Jake Burkholder | 2002-04-20 | 1 | -4/+1 |
| * | | Add an XXX: linux_uselib() should be using vn_open() rather than invoking | Robert Watson | 2002-04-20 | 1 | -0/+4 |
| * | | Update the email appearing in copyright string. | Semen Ustimenko | 2002-04-20 | 1 | -1/+1 |
| * | | Merge ``&& must be ||'' bug noticed and fixed in OpenBSD. The only ill effect | Semen Ustimenko | 2002-04-20 | 1 | -1/+1 |
| * | | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 29 | -102/+181 |
| * | | login(3) doesn't care about the controlling terminal any more. | Dag-Erling Smørgrav | 2002-04-20 | 1 | -1/+1 |
| * | | Fix for the sshd(8) utmp problem. Previously, login(3) would ignore the tty | Dag-Erling Smørgrav | 2002-04-20 | 1 | -3/+9 |
| * | | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 92 | -335/+509 |
| * | | Push down Giant for setpgid(), setsid() and aio_daemon(). Giant protects only | Seigo Tanimura | 2002-04-20 | 4 | -12/+25 |
| * | | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 4 | -10/+12 |
| * | | Replace inline asm with it's inline function wrapper. | Benno Rice | 2002-04-20 | 2 | -2/+2 |
| * | | Fix TZ & TERM handling for use_login case of rev. 1.24 | Andrey A. Chernov | 2002-04-20 | 1 | -4/+6 |
| * | | 1) Surprisingly, "CheckMail" handling code completely removed from this | Andrey A. Chernov | 2002-04-20 | 2 | -2/+24 |
| * | | Fix controller in SW mode and See also + first appeared in 4.5. | Nicolas Souchu | 2002-04-20 | 1 | -8/+8 |
| * | | - Create a ``zero fill'' constructor for uma_zcreate's ctor argument. | Andrew R. Reiter | 2002-04-20 | 2 | -0/+11 |
| * | | reorg a little. | David E. O'Brien | 2002-04-20 | 1 | -7/+7 |
| * | | I decided I don't want to be part of this. | Jake Burkholder | 2002-04-20 | 1 | -1/+0 |
| * | | Reintroduce locking on accesses to vm_object_list. | Alan Cox | 2002-04-20 | 3 | -1/+10 |
| * | | 1) Fix overlook in my prev. commit - forget HAVE_ prefix in one place in old | Andrey A. Chernov | 2002-04-20 | 1 | -4/+11 |
| * | | Add character translation table between Unix and NetWare according | Boris Popov | 2002-04-20 | 4 | -19/+98 |
| * | | s/nwserv/nwfs/ | Boris Popov | 2002-04-20 | 1 | -1/+1 |
| * | | Describe situation where manual 'ifconfig xx0 up' required. | Boris Popov | 2002-04-20 | 1 | -2/+7 |
| * | | Please repeat after me: setusercontext() modifies _current_ environment, but | Andrey A. Chernov | 2002-04-20 | 1 | -24/+58 |
| * | | In the BUGS section, mention that the ballooning of size mentioned here is | Juli Mallett | 2002-04-20 | 1 | -2/+2 |