| Commit message (Expand) | Author | Age | Files | Lines |
* | Reenable use of the APMIO_BIOS ioctl for now. | msmith | 1999-07-30 | 1 | -7/+1 |
* | Reenable the APMIO_BIOS ioctl and translate arguments into the new format | msmith | 1999-07-30 | 3 | -3/+51 |
* | Make direct calls to nroff work again. Rev 1.5 of contrib/gnu/nroff/nroff.sh | mpp | 1999-07-30 | 1 | -3/+4 |
* | If "YYPARSE_PARAM" is defined, we need a different prototype for yyparse(). | obrien | 1999-07-30 | 1 | -0/+4 |
* | Sense $LANG only if $LC_CTYPE is not set | ache | 1999-07-30 | 4 | -16/+12 |
* | Erk, more APMIO_BIOS stuff I missed. Temporarily disable the resume timer | msmith | 1999-07-30 | 1 | -2/+7 |
* | Revert the past 3 commits to what should have been the rev 1.18 -> rev 1.19 | obrien | 1999-07-30 | 1 | -1/+1 |
* | Hyphens are not legal characters in a C identifier. | des | 1999-07-30 | 1 | -1/+1 |
* | Convert a table of function keys into mdoc format so that they | mpp | 1999-07-30 | 2 | -56/+90 |
* | Restore the pre-new_bus behavior of printing out the reserved resources | mdodd | 1999-07-30 | 2 | -10/+190 |
* | Previous commit also removed some 'const' qualifiers on args for | newton | 1999-07-30 | 2 | -2/+2 |
* | Previous commit also finished cleaning up some dev_t -> udev_t transformations | newton | 1999-07-30 | 10 | -10/+10 |
* | Fix svr4_sys_poll(); SysV STREAMS produce return values from poll() which | newton | 1999-07-30 | 2 | -12/+4 |
* | Even better fix for last commit: rename rcsid[] to _yacc-parser_rcsid[] | hoek | 1999-07-30 | 1 | -2/+2 |
* | Fix some typos. | mpp | 1999-07-30 | 2 | -8/+8 |
* | Don't output rcsid into the output parser. It may have already been | hoek | 1999-07-30 | 1 | -2/+2 |
* | Use the .At macro to reference versions of AT&T UNIX. | mpp | 1999-07-30 | 1 | -2/+3 |
* | Initial checkin | newton | 1999-07-30 | 1 | -0/+15 |
* | Add $Id$ tags. | newton | 1999-07-30 | 3 | -12/+10 |
* | Clarify use of the 'streams' pseudo-device (i.e.: static or kld). | newton | 1999-07-30 | 1 | -7/+12 |
* | Add $Id$ tags | newton | 1999-07-30 | 96 | -46/+280 |
* | Use the .At macro when referencing versions of AT&T UNIX. | mpp | 1999-07-30 | 4 | -8/+12 |
* | Hmm - How did *that* get in there? | newton | 1999-07-30 | 1 | -0/+0 |
* | Fix panic caused when *stat64() family of syscalls try to fill-in | newton | 1999-07-30 | 6 | -92/+56 |
* | Eliminate 'WARNING: "streams" is usurping "streams"'s cdevsw[]' messages | newton | 1999-07-30 | 1 | -2/+2 |
* | Teach the .At macro about releases v2, v3, v4, and v5 of AT&T UNIX. | mpp | 1999-07-30 | 1 | -0/+8 |
* | Sync with sys/i386/isa/clock.c revision up to 1.142. | kato | 1999-07-30 | 3 | -33/+18 |
* | Sync with sys/i386/i386/machdep.c revision 1.357. | kato | 1999-07-30 | 2 | -14/+50 |
* | Removed apm_setup.s. | kato | 1999-07-30 | 2 | -4/+2 |
* | Document the getdents(2) system call. The documentation was | mpp | 1999-07-30 | 3 | -165/+29 |
* | Fix a number of typos. | mpp | 1999-07-30 | 1 | -6/+6 |
* | Document the lchmod(2) system call. | mpp | 1999-07-30 | 2 | -17/+29 |
* | Add a manual page for getdents(2). This was taken from NetBSD, but | mpp | 1999-07-30 | 1 | -0/+151 |
* | Document the lutimes() and futimes() system calls. | mpp | 1999-07-30 | 2 | -26/+97 |
* | Remove all vestiges of APMIO_BIOS | msmith | 1999-07-30 | 3 | -16/+3 |
* | Mdoc cleanup. | mpp | 1999-07-30 | 1 | -2/+3 |
* | Show dirty buffers and the percentage of time a disk was busy. | des | 1999-07-30 | 2 | -14/+37 |
* | Only output `rcsid' (set to our Id string) into the resulting parser file. | obrien | 1999-07-30 | 1 | -4/+2 |
* | Force safer mode of operation for man's use of *roff. | imp | 1999-07-30 | 2 | -4/+4 |
* | Close PR #12651: the hash calculation routine has changed in other | wpaul | 1999-07-30 | 2 | -4/+4 |
* | Fix two bugs in nfs_readdirplus(). The first is that in some cases, | wpaul | 1999-07-30 | 2 | -6/+12 |
* | Fix improper mmap length paramater which can result in improper behavior | green | 1999-07-29 | 1 | -7/+9 |
* | Fix install target (install loader.exe, not loader). | se | 1999-07-29 | 1 | -2/+2 |
* | Correct the sanity test length calculation in nfsrv_readdirplus(): len is | wpaul | 1999-07-29 | 2 | -4/+4 |
* | Add the 'Swiss' font, which refers to the name of the font, not the locale. | billf | 1999-07-29 | 3 | -3/+9 |
* | we only need to declare i if we are building for the alpha. | billf | 1999-07-29 | 3 | -3/+9 |
* | Fix an unbelievably stupid typo that cases as500 & as600 machines booted | gallatin | 1999-07-29 | 1 | -1/+1 |
* | Add an example for folks who can never remember how to generate a | sheldonh | 1999-07-29 | 1 | -0/+14 |
* | Formatting-only cleanup accidentally omitted from the patch merge in the | msmith | 1999-07-29 | 2 | -396/+392 |
* | No more apm_errno. It breaks the build with APM_DEBUG, | iwasaki | 1999-07-29 | 2 | -6/+6 |