| Commit message (Expand) | Author | Age | Files | Lines |
* | Only update the boot sector when there is a valid drive number provided. | peadar | 2005-01-09 | 1 | -14/+15 |
* | Fix typos and add .Pp after the end of a display to separate the | keramida | 2005-01-09 | 1 | -2/+3 |
* | In my last commit, I'd assumed that LINE30 was always defined. It | imp | 2005-01-09 | 4 | -0/+58 |
* | Remove the meteor helper files, imp removed the driver and manual page | trhodes | 2005-01-09 | 6 | -637/+0 |
* | correct direction for bus_dma sync of rx buffer | sam | 2005-01-09 | 2 | -2/+2 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-09 | 5 | -10/+14 |
* | Don't panic when we're asked to allocate a resource type that we know | marcel | 2005-01-09 | 1 | -3/+2 |
* | Use uint32_t instead of u_long when appropriate. | cognet | 2005-01-09 | 1 | -64/+64 |
* | Increase default synchronization speed. | pjd | 2005-01-09 | 2 | -2/+2 |
* | Revert previous revision. Including bsd.compat.mk is necessary | ru | 2005-01-09 | 1 | -0/+1 |
* | o Make telnet[d] -S (IP TOS) flag really work. We do not have | maxim | 2005-01-09 | 3 | -10/+32 |
* | Fix build on all (hopefully) 64 bit architectures. | trhodes | 2005-01-09 | 1 | -1/+1 |
* | Mark the IPX netisr as MPSAFE so that inbound IPX traffic is processed | rwatson | 2005-01-09 | 1 | -1/+1 |
* | Recent changes have locked down most of the highly dynamic data | rwatson | 2005-01-09 | 2 | -4/+0 |
* | Use the IPX PCB list mutex and IPX PCB mutexes to lock down the SPX | rwatson | 2005-01-09 | 2 | -39/+110 |
* | Clean up return handling for a number of SPX-related routines that | rwatson | 2005-01-09 | 1 | -22/+29 |
* | Protect ipx_pexseq with the IPX PCB list mutex. | rwatson | 2005-01-09 | 2 | -3/+12 |
* | Acquire or assert the IPX PCB list lock or IPX PCB lock during various | rwatson | 2005-01-09 | 1 | -33/+72 |
* | Assert or acquire the IPX PCB list lock or IPX PCB locks throughout | rwatson | 2005-01-09 | 1 | -1/+21 |
* | Hold the IPX PCB mutex around calls to ipx_input() in the IPX input | rwatson | 2005-01-09 | 1 | -1/+8 |
* | Hold the global IPX PCB list mutex in the IPX input path when walking | rwatson | 2005-01-09 | 1 | -0/+7 |
* | Introduce a global mutex, ipxpcb_list_mtx, to protect the global | rwatson | 2005-01-09 | 3 | -1/+24 |
* | In ipx_setsockaddr(), use M_WAITOK instead of M_NOWAIT so that the | rwatson | 2005-01-09 | 1 | -2/+2 |
* | Eliminate jump to 'bad' label in order to clean up the ipx_input() | rwatson | 2005-01-09 | 1 | -13/+14 |
* | Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64, | tjr | 2005-01-09 | 4 | -2/+122 |
* | Move the acquisition and release of the page queues lock outside of a loop | alc | 2005-01-08 | 1 | -2/+3 |
* | Use static const char and bump WARNS. | trhodes | 2005-01-08 | 2 | -2/+2 |
* | Remove support for FreeBSD < 4.recent from this driver. | imp | 2005-01-08 | 7 | -35/+1 |
* | Remove unused variable. | trhodes | 2005-01-08 | 1 | -1/+0 |
* | Remove vnode.h and adjust includes to compensate for pollution. | imp | 2005-01-08 | 5 | -6/+13 |
* | LINE30 is always defined now, so unifdef -DLINE30 for clarity. | imp | 2005-01-08 | 2 | -42/+0 |
* | Merge module.h into 30line.h and remove it. It lacked a | imp | 2005-01-08 | 3 | -69/+10 |
* | Recognize and parse symlinks in ISO9660 CDROM images with Rockridge extensions. | kientzle | 2005-01-08 | 1 | -17/+75 |
* | Documentation improvements. In particular, | kientzle | 2005-01-08 | 5 | -52/+145 |
* | Correctly document the order of arguments | kientzle | 2005-01-08 | 2 | -2/+2 |
* | Clear the error buffer on entry | kientzle | 2005-01-08 | 1 | -0/+1 |
* | Cast to intmax_t when using %jd format. | pjd | 2005-01-08 | 1 | -1/+1 |
* | More fixes to the copyright notice. | hsu | 2005-01-08 | 2 | -2/+2 |
* | Cleanup usr.sbin/fd* so they can compile under WARNS=6. | delphij | 2005-01-08 | 8 | -35/+39 |
* | Follow style.Makefile(5): | delphij | 2005-01-08 | 1 | -1/+1 |
* | This change adds reliability for Ethernet trunks built with ng_one2many: | glebius | 2005-01-08 | 2 | -0/+37 |
* | Fix typo, function name pthread_rwlock_timedrwlock should be | davidxu | 2005-01-08 | 1 | -1/+1 |
* | [NO]MAN -> NO_[MAN]. | trhodes | 2005-01-08 | 1 | -3/+3 |
* | In total violation of at least 4 sections in the ACPI spec, some systems | njl | 2005-01-08 | 1 | -19/+26 |
* | Break out of loop earlier if it is not timeout. | davidxu | 2005-01-08 | 1 | -1/+1 |
* | Change the USB keyboard example to use /dev/ukbd0 instead of /dev/kbd1. | brooks | 2005-01-08 | 1 | -2/+2 |
* | When ukbd0 arrives, attach to /dev/ukbd0 rather then /dev/kbd1 since | brooks | 2005-01-08 | 1 | -1/+1 |
* | Annotate that pfs_exit() always acquires and releases two mutexes for | rwatson | 2005-01-08 | 1 | -0/+4 |
* | In acct_process(), do a lockless read of acctvp to see if it's NULL | rwatson | 2005-01-08 | 1 | -1/+12 |
* | Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter where | darrenr | 2005-01-08 | 1 | -25/+2 |