summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix copyright notice.hsu2005-01-082-2/+2
* Revert local experiment which leaked into commit.phk2005-01-071-1/+1
* Fix compilation of DEVICE_POLLING code.phk2005-01-072-6/+6
* Document slot specific location for base I/O board on AS600.wilko2005-01-071-1/+4
* Reorganize the DESCRIPTION section, using .Bl lists to separate thekeramida2005-01-071-47/+56
* Note that fdisk is not used on Alpha.wilko2005-01-071-5/+3
* Comment typo.keramida2005-01-071-1/+1
* Fix support for machines with default MP Table configurations:jhb2005-01-071-18/+71
OpenPOWER on IntegriCloud