| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement readahead buffering for non-raw files. This drastically improves | msmith | 2000-09-05 | 5 | -73/+132 |
* | Add ZTIA001 - Zoom Internal V90 Faxmodem. | sheldonh | 2000-09-05 | 2 | -0/+2 |
* | Remove the SIGSYS handler and wrapper around the __getcwd() syscall. | peter | 2000-09-05 | 1 | -39/+10 |
* | Various cleanups towards make nullfs functional (it is still broken | bp | 2000-09-05 | 8 | -76/+260 |
* | Add acap, as per IANA. | sheldonh | 2000-09-05 | 1 | -0/+2 |
* | Get rid from the __P() macros. | bp | 2000-09-05 | 8 | -74/+72 |
* | o vn_extattr_set() will now call appropriate vn_start_write() and | rwatson | 2000-09-05 | 1 | -2/+8 |
* | o Remove commented out code which modified return values from | rwatson | 2000-09-05 | 2 | -20/+0 |
* | Regenerate | peter | 2000-09-05 | 2 | -2/+18 |
* | Catch a few more bogosities in certain chipsets before they mess us up. | peter | 2000-09-05 | 6 | -114/+534 |
* | Add compaq hotplug PCI device id. | peter | 2000-09-05 | 1 | -9/+27 |
* | When dumping the 'found devices' list in verbose mode, actually show the | peter | 2000-09-05 | 2 | -0/+4 |
* | When we are picking the next available unit number, specifically say | peter | 2000-09-05 | 1 | -3/+3 |
* | o Add missing "\n" to warning output in netinet/if_loop.c, when an | rwatson | 2000-09-04 | 1 | -1/+1 |
* | Yank out the NOPOLL conditionals. libc_r no longer needs it, and this | peter | 2000-09-04 | 1 | -106/+28 |
* | Add a note about /etc/aliases moving /etc/mail/aliases and the problems | imp | 2000-09-04 | 1 | -0/+10 |
* | Throw out a considerable number of cards that have never been tested | wilko | 2000-09-04 | 1 | -38/+4 |
* | Add AS1200 (Tincup) to description | wilko | 2000-09-04 | 2 | -2/+2 |
* | LINT -> NOTES | wilko | 2000-09-04 | 2 | -6/+6 |
* | Off by one error. | phk | 2000-09-04 | 1 | -1/+1 |
* | Remove obsolete comment (see rev 1.84 of procfs_vnops.c) | des | 2000-09-04 | 2 | -16/+0 |
* | Remove a comment that has been not only obsolete but patently wrong for the | des | 2000-09-04 | 2 | -16/+0 |
* | Correct minor typos | marko | 2000-09-04 | 1 | -7/+7 |
* | enable sshd by default. This only effects *new* installs, so | jkh | 2000-09-04 | 3 | -0/+3 |
* | Use .St -susv2 rather than "The Single UNIX Specification". | imp | 2000-09-04 | 1 | -2/+2 |
* | Support for RBC devices, like Sony Memory Sticks. | n_hibma | 2000-09-04 | 1 | -3/+65 |
* | Add the id for the Sony memory sticks. | n_hibma | 2000-09-04 | 1 | -0/+4 |
* | Add Boca K56Flex PnP modem. | sheldonh | 2000-09-04 | 2 | -0/+2 |
* | * move $FreeBSD$ tag to its usual place (bottom of copyright) | phantom | 2000-09-04 | 3 | -10/+30 |
* | Finaly cleanup libc/nls code: | phantom | 2000-09-04 | 1 | -196/+163 |
* | Fix bug that causes gawk to choke when parsing long source files. | sheldonh | 2000-09-04 | 2 | -5/+11 |
* | Whitespace-only: remove the only hard sentence break in the file. | sheldonh | 2000-09-04 | 1 | -1/+2 |
* | ttyname was not being passed into do_login(), so we were erroneously picking | kris | 2000-09-04 | 1 | -3/+3 |
* | Update the NTP kernel PLL code to the 2000-08-29 version of Dave Mills | phk | 2000-09-04 | 2 | -89/+88 |
* | Constify the arg to logout(3). It is const-safe. | peter | 2000-09-04 | 2 | -3/+3 |
* | Make filt_aio() check the jobstate for JOBST_JOBBFINISHED (in addition | alc | 2000-09-04 | 1 | -1/+2 |
* | When we have both a rcsid and sccsid, ifdef 0 the sccsid. This | imp | 2000-09-04 | 1 | -0/+2 |
* | getopt and friends are declared in <unistd.h> | imp | 2000-09-04 | 19 | -41/+13 |
* | optarg and optind are declared in unistd.h. | imp | 2000-09-04 | 3 | -6/+0 |
* | strerror is declared in <string.h> | imp | 2000-09-04 | 1 | -3/+4 |
* | remove redundant optreset declaration | imp | 2000-09-04 | 1 | -1/+0 |
* | Fix typo | gshapiro | 2000-09-04 | 1 | -1/+1 |
* | Get errno from <errno.h>, not from extern int. | imp | 2000-09-04 | 2 | -3/+6 |
* | Don't print an error message if the bad option is '?'. This has been | imp | 2000-09-04 | 1 | -1/+1 |
* | The comparison against 0 should be against LC_ALL. category isn't a | imp | 2000-09-04 | 1 | -1/+1 |
* | Soften the statement about select's timeout argument. This part of | imp | 2000-09-04 | 1 | -4/+2 |
* | Add note about avoiding -j when following the upgrade path. It isn't | imp | 2000-09-04 | 1 | -1/+10 |
* | Rewrite using stdio. It cause program speedup since eliminates lots of small | ache | 2000-09-03 | 2 | -14/+15 |
* | Tincup & Rawhide need their VGA cards in a slot connected to PCI0 for the | wilko | 2000-09-03 | 1 | -1/+3 |
* | Added page http://perso.wanadoo.fr/levenez/unix/ to Bibliography. | wosch | 2000-09-03 | 1 | -0/+3 |