| Commit message (Expand) | Author | Age | Files | Lines |
* | API UP1100 mainboard has been verified to work. | wilko | 2001-01-28 | 1 | -0/+1 |
* | Finish cleaning up the error reporting (standardize on err*()/warn*()) | kris | 2001-01-28 | 4 | -140/+44 |
* | Add gd_witness_spin_check. | marcel | 2001-01-28 | 2 | -0/+2 |
* | Fix typo. | marcel | 2001-01-28 | 1 | -1/+1 |
* | Improve kernel bootstrapping: | marcel | 2001-01-28 | 9 | -62/+116 |
* | Move the setting of curproc to idleproc up earlier in ap_init(). The | bmilekic | 2001-01-28 | 7 | -42/+42 |
* | Defer assignment of low level interrupt handlers for PCI interrupts | tegge | 2001-01-28 | 11 | -330/+424 |
* | De-__P()-ify | will | 2001-01-28 | 1 | -6/+6 |
* | BDECFLAGS: constify; use proper types. Add $FreeBSD$, clean up #ifndef lint. | will | 2001-01-28 | 1 | -10/+13 |
* | Remove an assertion I forgot to remove in the previous commit: sbuf_len() | des | 2001-01-28 | 1 | -1/+2 |
* | Add MLINKS for sbuf_clear() and sbuf_overflowed(). | des | 2001-01-28 | 1 | -0/+2 |
* | Document the changes in subr_sbuf.c rev. 1.2. | des | 2001-01-28 | 1 | -15/+42 |
* | Add sbuf_clear() and sbuf_overflowed(). | des | 2001-01-28 | 2 | -32/+57 |
* | Document API UP1100 mainboard which is reported to work fine with FreeBSD. | wilko | 2001-01-27 | 1 | -1/+58 |
* | The API UP1100 is close enough to a UP1000 that FreeBSD just works on it, so | gallatin | 2001-01-27 | 2 | -2/+2 |
* | Update Copyright notices for new year. (should have been in last commit). | gibbs | 2001-01-27 | 13 | -13/+18 |
* | Make an effort to actually pass the correct device to groff. | des | 2001-01-27 | 1 | -13/+6 |
* | Add a man page for the zone allocator. | des | 2001-01-27 | 2 | -0/+198 |
* | Merged from sys/isa/sio.c revision 1.320. | nyan | 2001-01-27 | 2 | -298/+170 |
* | Turn on DEVFS by default for the alpha. Aside from vinum as mentioned by | jhb | 2001-01-27 | 2 | -2/+2 |
* | Turn DEVFS on by default. | phk | 2001-01-27 | 2 | -2/+2 |
* | Add a new ddb command 'witness_list' that lists the mutexes held by | jhb | 2001-01-27 | 3 | -0/+30 |
* | p->p_intr_nesting_level is MI now and initialized to 0 in kern_fork.c, | peter | 2001-01-27 | 1 | -1/+1 |
* | Bah, as my luck would have it, I had a kernel source tree in the window | peter | 2001-01-27 | 1 | -2/+4 |
* | Use strlcpy() in TUNABLE_STR_xxx() and avoid an off-by-one. | peter | 2001-01-27 | 1 | -4/+2 |
* | Make the shell handle arrow keys | luigi | 2001-01-27 | 1 | -0/+1 |
* | The magic for autodetecting the boot media does not work anymore | luigi | 2001-01-27 | 2 | -2/+2 |
* | Add dummy -n option, for compatibility with the standard netstat | luigi | 2001-01-27 | 1 | -2/+4 |
* | Make sure we do not follow an invalid pointer in ipfw_report | luigi | 2001-01-27 | 1 | -1/+2 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 24 | -448/+90 |
* | - Back out over-aggressive locking of p->p_cred. | jhb | 2001-01-26 | 1 | -12/+3 |
* | Fix fork_exit() to take a pointer to a function that returns void as its | jhb | 2001-01-26 | 2 | -3/+3 |
* | Update some comments, s0 in the pcb of a child returning from fork1() is | jhb | 2001-01-26 | 3 | -6/+6 |
* | Catch release notes up with security advisories 00:41, 00:76, | bmah | 2001-01-26 | 2 | -6/+38 |
* | Minor cleanups after yesterday's patch. | luigi | 2001-01-26 | 3 | -27/+15 |
* | New release notes: buildkernel uses KERNCONF, pkg_create/pkg_install | bmah | 2001-01-26 | 2 | -0/+20 |
* | Initialise proc0.p_heldmtx and proc0.p_contested and call | dfr | 2001-01-26 | 1 | -2/+7 |
* | The osfulator needs sysvipc to work. Thanks to DES's commit to | gallatin | 2001-01-26 | 1 | -0/+3 |
* | s/err1/errx/. | ume | 2001-01-26 | 1 | -2/+2 |
* | Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. | hm | 2001-01-26 | 2 | -5/+10 |
* | Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. | hm | 2001-01-26 | 5 | -2/+11 |
* | Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. | hm | 2001-01-26 | 3 | -3/+420 |
* | Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. | hm | 2001-01-26 | 2 | -6/+8 |
* | correct documentation to match code. | julian | 2001-01-26 | 1 | -2/+2 |
* | Swap egress hooks for packets entering from the monitor hooks. | julian | 2001-01-26 | 1 | -2/+2 |
* | Bring dummynet in line with the code that now works in -STABLE. | luigi | 2001-01-26 | 2 | -129/+164 |
* | Bring bridging code in line with the one which works on -STABLE. | luigi | 2001-01-26 | 1 | -49/+97 |
* | Push Giant down into the trap handlers that need it, instead of | jake | 2001-01-26 | 3 | -45/+132 |
* | - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes and | jhb | 2001-01-26 | 1 | -23/+23 |
* | Comment only change; s/_thread_sys_/__sys_/ | deischen | 2001-01-26 | 4 | -8/+8 |