summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* In my last commit, I'd assumed that LINE30 was always defined. Itimp2005-01-094-0/+58
* Remove the meteor helper files, imp removed the driver and manual pagetrhodes2005-01-096-637/+0
* correct direction for bus_dma sync of rx buffersam2005-01-092-2/+2
* Scheduled mdoc(7) sweep.ru2005-01-095-10/+14
* Don't panic when we're asked to allocate a resource type that we knowmarcel2005-01-091-3/+2
* Use uint32_t instead of u_long when appropriate.cognet2005-01-091-64/+64
* Increase default synchronization speed.pjd2005-01-092-2/+2
* Revert previous revision. Including bsd.compat.mk is necessaryru2005-01-091-0/+1
* o Make telnet[d] -S (IP TOS) flag really work. We do not havemaxim2005-01-093-10/+32
* Fix build on all (hopefully) 64 bit architectures.trhodes2005-01-091-1/+1
* Mark the IPX netisr as MPSAFE so that inbound IPX traffic is processedrwatson2005-01-091-1/+1
* Recent changes have locked down most of the highly dynamic datarwatson2005-01-092-4/+0
* Use the IPX PCB list mutex and IPX PCB mutexes to lock down the SPXrwatson2005-01-092-39/+110
* Clean up return handling for a number of SPX-related routines thatrwatson2005-01-091-22/+29
* Protect ipx_pexseq with the IPX PCB list mutex.rwatson2005-01-092-3/+12
* Acquire or assert the IPX PCB list lock or IPX PCB lock during variousrwatson2005-01-091-33/+72
* Assert or acquire the IPX PCB list lock or IPX PCB locks throughoutrwatson2005-01-091-1/+21
* Hold the IPX PCB mutex around calls to ipx_input() in the IPX inputrwatson2005-01-091-1/+8
* Hold the global IPX PCB list mutex in the IPX input path when walkingrwatson2005-01-091-0/+7
* Introduce a global mutex, ipxpcb_list_mtx, to protect the globalrwatson2005-01-093-1/+24
* In ipx_setsockaddr(), use M_WAITOK instead of M_NOWAIT so that therwatson2005-01-091-2/+2
* Eliminate jump to 'bad' label in order to clean up the ipx_input()rwatson2005-01-091-13/+14
* Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64,tjr2005-01-094-2/+122
* Move the acquisition and release of the page queues lock outside of a loopalc2005-01-081-2/+3
* Use static const char and bump WARNS.trhodes2005-01-082-2/+2
* Remove support for FreeBSD < 4.recent from this driver.imp2005-01-087-35/+1
* Remove unused variable.trhodes2005-01-081-1/+0
* Remove vnode.h and adjust includes to compensate for pollution.imp2005-01-085-6/+13
* LINE30 is always defined now, so unifdef -DLINE30 for clarity.imp2005-01-082-42/+0
* Merge module.h into 30line.h and remove it. It lacked aimp2005-01-083-69/+10
* Recognize and parse symlinks in ISO9660 CDROM images with Rockridge extensions.kientzle2005-01-081-17/+75
* Documentation improvements. In particular,kientzle2005-01-085-52/+145
* Correctly document the order of argumentskientzle2005-01-082-2/+2
* Clear the error buffer on entrykientzle2005-01-081-0/+1
* Cast to intmax_t when using %jd format.pjd2005-01-081-1/+1
* More fixes to the copyright notice.hsu2005-01-082-2/+2
* Cleanup usr.sbin/fd* so they can compile under WARNS=6.delphij2005-01-088-35/+39
* Follow style.Makefile(5):delphij2005-01-081-1/+1
* This change adds reliability for Ethernet trunks built with ng_one2many:glebius2005-01-082-0/+37
* Fix typo, function name pthread_rwlock_timedrwlock should bedavidxu2005-01-081-1/+1
* [NO]MAN -> NO_[MAN].trhodes2005-01-081-3/+3
* In total violation of at least 4 sections in the ACPI spec, some systemsnjl2005-01-081-19/+26
* Break out of loop earlier if it is not timeout.davidxu2005-01-081-1/+1
* Change the USB keyboard example to use /dev/ukbd0 instead of /dev/kbd1.brooks2005-01-081-2/+2
* When ukbd0 arrives, attach to /dev/ukbd0 rather then /dev/kbd1 sincebrooks2005-01-081-1/+1
* Annotate that pfs_exit() always acquires and releases two mutexes forrwatson2005-01-081-0/+4
* In acct_process(), do a lockless read of acctvp to see if it's NULLrwatson2005-01-081-1/+12
* Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter wheredarrenr2005-01-081-25/+2
* In kern_wait(), let the compiler copy the rusage structure rather thanrwatson2005-01-081-1/+1
* Remove the LSI MegaRAID SATA 150-2, this is a SiL 3112 based software RAIDbrueffer2005-01-081-2/+0
OpenPOWER on IntegriCloud