| Commit message (Expand) | Author | Age | Files | Lines |
* | at_shutdown(9) hasn't existed since revision 1.61 of kern_shutdown.c. | dd | 2001-09-03 | 1 | -2/+1 |
* | IPFilter source code in contrib/ipfilter apparently can't make up its mind | jlemon | 2001-09-03 | 1 | -0/+1 |
* | Actually, instead of removing the comment entirely, change it to talk | dd | 2001-09-03 | 1 | -1/+6 |
* | This does not describe kbdcontrol or vidcontrol. | dd | 2001-09-03 | 1 | -6/+1 |
* | syslogd can now be configured to bind to a specific address. | dd | 2001-09-03 | 1 | -5/+2 |
* | If NO_LANGCODE_IN_DESTDIR is defined, don't put the language code in | dd | 2001-09-03 | 5 | -0/+20 |
* | Extend the release note about ftpd -o to cover ftpd -O, too. | dd | 2001-09-03 | 2 | -10/+12 |
* | `list' should be an extern'd `char **', not a local `char *' which we | dd | 2001-09-03 | 1 | -1/+2 |
* | Remove bogus implementation of _setjmp/_longjmp | dfr | 2001-09-03 | 1 | -140/+0 |
* | For new users, create the home directory before sending the welcome | dd | 2001-09-03 | 1 | -24/+24 |
* | Add a working version of setjmp/longjmp. | dfr | 2001-09-03 | 4 | -27/+791 |
* | Allow group network to read ppp.log & slip.log. | brian | 2001-09-03 | 2 | -4/+4 |
* | Add more information to the 'device timeout' message in the | murray | 2001-09-03 | 1 | -0/+4 |
* | Two characters in the devices name in the SYNOPSIS were transposed. | murray | 2001-09-03 | 1 | -4/+4 |
* | Add a new field, id_config_attr to the struct isa_device. | yokota | 2001-09-03 | 3 | -1/+14 |
* | PT_STEP in ptrace(2) man page is described as 'addr and data fields | murray | 2001-09-03 | 1 | -3/+3 |
* | Add recognition for ToPIC95B | imp | 2001-09-03 | 1 | -0/+3 |
* | Since we're cross compiling from x86, ignore the x86 CPUTYPE by default. | peter | 2001-09-03 | 1 | -0/+1 |
* | Sigh. There are actually two ioctls ranges that need to be watched on the | scottl | 2001-09-03 | 1 | -1/+1 |
* | New release note: am-utils 6.0.7. | bmah | 2001-09-03 | 2 | -0/+6 |
* | Check for malloc failure in a couple of cases | kris | 2001-09-03 | 2 | -0/+8 |
* | File positions are off_t nowdays, not long, so: | ache | 2001-09-03 | 1 | -4/+4 |
* | Attach to a CD device even when the SCSI status is 'busy'. | ken | 2001-09-03 | 1 | -0/+10 |
* | Dont conflict with sysctl debug.mddebug | peter | 2001-09-03 | 1 | -1/+1 |
* | Unindent a if (1) { that was left behind in the last commit. | peter | 2001-09-03 | 2 | -92/+88 |
* | Argh. Make the ia64 kernel work in all situations. For some reason, | peter | 2001-09-03 | 2 | -8/+6 |
* | File positions are off_t nowdays, not long, so: | ache | 2001-09-03 | 1 | -13/+13 |
* | Fix the argument specifier for the PnP BIOS function 2 | yokota | 2001-09-03 | 2 | -2/+2 |
* | Match the declaration in net/netisr.h. | obrien | 2001-09-03 | 1 | -1/+1 |
* | Because we now store SCCLUN capabilities in firmware attributes, get | mjacob | 2001-09-03 | 1 | -16/+19 |
* | Clarify issues about whether we have SCCLUN (65535 luns) or non-SCCLUN (16 | mjacob | 2001-09-03 | 1 | -31/+62 |
* | Add some more firmware revision macros. Add firmware attributes field | mjacob | 2001-09-03 | 1 | -1/+7 |
* | When __SOPT is cleared, clear __SOFF too. | ache | 2001-09-03 | 1 | -1/+1 |
* | Re-arrange my funopen(3) fix to minimize differences with original stdio code, | ache | 2001-09-03 | 6 | -83/+91 |
* | Return updated blocksize from setblocksize function. | orion | 2001-09-03 | 1 | -1/+1 |
* | Fix return value of cs4281chan_setblocksize. | orion | 2001-09-03 | 1 | -1/+1 |
* | Fix return value of svchan_setblocksize. | orion | 2001-09-03 | 1 | -6/+18 |
* | Fix return value of setblocksize functions. Recording is interspersed | orion | 2001-09-03 | 2 | -2/+2 |
* | + Blah, there was nothing wrong in rev 1.1 talking about the i386/NOTES. | obrien | 2001-09-02 | 1 | -4/+11 |
* | Match the style of very other platform we have. | obrien | 2001-09-02 | 1 | -7/+13 |
* | o Add sample syslogd_flags for "-ss" which causes syslogd not to bind | rwatson | 2001-09-02 | 1 | -0/+1 |
* | Work around a bug where the driver's copy of the disklabel gets corrupted | scottl | 2001-09-02 | 1 | -2/+7 |
* | Restrict the range of linux ioctls we will accept. | scottl | 2001-09-02 | 1 | -2/+2 |
* | o Sync up prototypes for cap_size() and cap_copy_ext() with | rwatson | 2001-09-02 | 1 | -2/+2 |
* | Internal seeks are overoptimized. They should remember fp->_offset only for | ache | 2001-09-02 | 2 | -3/+1 |
* | Add quirk entry for FujiFilm camera. | n_hibma | 2001-09-02 | 1 | -1/+8 |
* | Use the native mount and nfs_prot headers. | obrien | 2001-09-02 | 5 | -19/+11 |
* | add another prototype and a couple of stopgaps for the in_protosw variant. | julian | 2001-09-02 | 1 | -1/+5 |
* | TODO is no longer part of Amd, and we do not need, nor use clnt_sperrno.c. | obrien | 2001-09-02 | 2 | -324/+0 |
* | Teak -- we were being a little over agressive. | obrien | 2001-09-02 | 1 | -2/+2 |