| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add an entry for Decision Computer Inc, PCCOM 4-port serial cards. | murray | 2002-03-28 | 1 | -0/+12 |
* | In the absense of any smarter way to do this, cast various printf | phk | 2002-03-28 | 6 | -13/+15 |
* | o Don't include sys/cdefs.h | marcel | 2002-03-28 | 2 | -2/+0 |
* | o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand. | marcel | 2002-03-28 | 2 | -8/+8 |
* | Duplicate the logic used elsewhere to define LIBSTAND. | marcel | 2002-03-28 | 2 | -4/+22 |
* | Add d_type and fstype names for JFS. | grog | 2002-03-28 | 3 | -0/+39 |
* | Don't be too fancy with null'ed out functions. | obrien | 2002-03-28 | 1 | -20/+3 |
* | Add sysbeep() for the msmith RAID drivers. | obrien | 2002-03-28 | 1 | -0/+27 |
* | was repocopied to ../boot1 | obrien | 2002-03-28 | 2 | -769/+0 |
* | style(9) | obrien | 2002-03-28 | 5 | -36/+56 |
* | Apparently either gcc or ld, in their infinite wisdom, want to | obrien | 2002-03-28 | 2 | -0/+16 |
* | Opps, bootblock component is no more. | obrien | 2002-03-28 | 1 | -1/+1 |
* | sparc64 is an ofw consumer. | obrien | 2002-03-28 | 1 | -2/+2 |
* | Not all platforms have and want a.out format support. | obrien | 2002-03-28 | 1 | -1/+5 |
* | Add a Makefile for sparc64 at this level. | obrien | 2002-03-28 | 1 | -0/+5 |
* | OK, the old HighPoint BIOS's are braindead, they have | sos | 2002-03-27 | 1 | -2/+5 |
* | Allow resursion on the pipe mutex because filt_piperead() and filt_pipewrite() | alc | 2002-03-27 | 1 | -1/+1 |
* | Make the reference counting of 'struct pargs' SMP safe. | alfred | 2002-03-27 | 6 | -19/+61 |
* | Calculate the checksum the right place for alpha. The fact that this | phk | 2002-03-27 | 1 | -1/+1 |
* | On 2nd thought, we can do without plip altogether | wilko | 2002-03-27 | 2 | -2/+0 |
* | Fix support for multi CD changers, it was as broken as my old NEC :) | sos | 2002-03-27 | 1 | -16/+13 |
* | Move some includes around to make it more *BSD compliant. | joe | 2002-03-27 | 1 | -4/+12 |
* | Fix spelling and grammar bogons in a comment. | murray | 2002-03-27 | 2 | -14/+14 |
* | MFi386: revision 1.507. | kato | 2002-03-27 | 2 | -2/+2 |
* | Add support for creating/deleting ATA RAID's. | sos | 2002-03-27 | 3 | -106/+332 |
* | Add support for creating/deleting ATA RAID's | sos | 2002-03-27 | 1 | -1/+10 |
* | Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks | jeff | 2002-03-27 | 16 | -32/+20 |
* | oops, forgot to commit this. td->td_savecrit = 0 replaced by API | dillon | 2002-03-27 | 1 | -0/+1 |
* | Fix style bugs. | jake | 2002-03-27 | 1 | -3/+8 |
* | Fix breakage. | jake | 2002-03-27 | 1 | -1/+1 |
* | Make this compile. | jake | 2002-03-27 | 1 | -1/+0 |
* | Tab-out the backslashes in icu_vector.s to make it more readable and to | dillon | 2002-03-27 | 5 | -610/+610 |
* | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | dillon | 2002-03-27 | 78 | -547/+2583 |
* | "Fixed" -Wshadow warnings by changing the name of some function parameters | bde | 2002-03-27 | 1 | -2/+2 |
* | Fixed -Wshadow warnings by renaming ttysleep()'s `timeout' parameter to | bde | 2002-03-27 | 1 | -2/+1 |
* | o Revert previous commit in asm.h. There's no need to undefine | marcel | 2002-03-27 | 3 | -3/+0 |
* | Eliminate some thread pointers which do not make sense anymore. | phk | 2002-03-26 | 14 | -90/+140 |
* | Cave in to tradition and rename "methods" to "classes". | phk | 2002-03-26 | 12 | -122/+122 |
* | Initialise the AS4100 console at the same time as most of the other | dfr | 2002-03-26 | 5 | -4/+69 |
* | Uncomment GEOM in LINT | phk | 2002-03-26 | 2 | -2/+2 |
* | Remove an unnecessary and inconsistently used variable from exec_new_vmspace(). | alc | 2002-03-26 | 1 | -3/+1 |
* | Push BIO_FORMAT into a local hack inside the floppy drivers where | phk | 2002-03-26 | 6 | -4/+8 |
* | - Fixup a few style nits: | arr | 2002-03-26 | 2 | -12/+10 |
* | Use suser() instead of checking cr_uid against 0 directly. | jhb | 2002-03-26 | 1 | -1/+1 |
* | Commit the good prototype for nmount(2). | mux | 2002-03-26 | 1 | -1/+1 |
* | As discussed in -arch, add the new nmount(2) system call and the | mux | 2002-03-26 | 4 | -6/+1207 |
* | Add support for Q.931 subaddresses. | hm | 2002-03-26 | 8 | -39/+92 |
* | We don't need ip_ipsec_pxy.c in userland. | ru | 2002-03-26 | 1 | -1/+1 |
* | Removed some namespace pollution (unnecessary nested includes). | bde | 2002-03-26 | 2 | -3/+0 |
* | Misc little cleanups. | sos | 2002-03-26 | 5 | -33/+27 |