summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Some glue to allow lint(1) to work on the kernel. This is notmarkm2003-06-142-2/+29
* Avoid dereferencing the thread pointer in smb_iod_addrq() if it's NULL.tjr2003-06-141-1/+2
* Don't follow smbnode n_parent pointer when NREFPARENT flag is not settjr2003-06-141-0/+2
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-1413-222/+35
* Use GCC's internal built-in alloca implementation, when available.obrien2003-06-141-0/+5
* Remove kernel event tracing. The overhead is significant when runningmarcel2003-06-141-6/+0
* Fix alignment requirements of tulip_rombuf by further increasingticso2003-06-132-8/+8
* In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve theru2003-06-131-0/+4
* Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argumentru2003-06-131-9/+3
* Clarify that original address and port when doing transparent proxyingru2003-06-131-5/+5
* Added myself to the AUTHORS section.ru2003-06-131-0/+2
* Add a comment about the MPSAFEness of this pccard_intr handler. Givenimp2003-06-131-0/+4
* Remove code that tries to detect if the MCLSHIFT and MSIZE macrosmux2003-06-132-92/+0
* Use the <sys/bitstring.h> rather than <bitstring.h>phk2003-06-135-5/+5
* Finish the repocopy of bitstring.h to sys so it can be usedphk2003-06-131-3/+3
* Style(9).mux2003-06-131-14/+17
* Add vm object locking to pmap_object_init_pt().alc2003-06-131-10/+12
* Hardwire APB's PCI buses down. If we don't do this, pciconf -l returnsjmg2003-06-131-5/+2
* Implement the ioctl that returns a list of currently open VCCs.harti2003-06-131-0/+70
* Make the midway driver use the new ATM phy driver. This allows one toharti2003-06-136-6/+93
* Regen.joe2003-06-132-2/+9
* Allow the EPSON USB scanner 1250 to be recognised as a uscanner device.joe2003-06-132-0/+2
* Plug a serious memory leak. The -STABLE equivalent of this patch hasdas2003-06-131-8/+20
* Make the VFS cache use zones instead of malloc(9). This results in ades2003-06-131-4/+33
* Add vm object locking.alc2003-06-132-2/+16
* Clean up the fifo_open() implementation:truckman2003-06-131-45/+30
* Extend the scope of the vm object lock in swp_pager_async_iodone() to coveralc2003-06-131-3/+4
* Add vm object locking to various pagers' "get pages" methods, i386 stackalc2003-06-137-9/+25
* Conditionally attach the MCA bus device.mdodd2003-06-131-1/+8
* As a workaround for the latest problems, don't init hermes cards moreimp2003-06-131-1/+1
* Despite my best efforts the Linux way of doing this is the onlymdodd2003-06-132-38/+20
* Remove these files. They have successors in tools/debugscripts.grog2003-06-125-972/+0
* Initialize struct vfsops C99-sparsely.phk2003-06-1224-459/+362
* Document some sysctl variables.des2003-06-121-5/+10
* Remove mpt from the nodevice list. This was tested by the submitter.mjacob2003-06-121-1/+0
* Add change that allows PAE to work.mjacob2003-06-121-1/+2
* Add support to sysctl_kern_proc to return all threads in a proc, not just thescottl2003-06-121-56/+90
* Add KERN_PROC_PROC for returning only processes, not threads.scottl2003-06-121-0/+1
* When removing a sillyrename file, make sure that the directory vnodeiedowse2003-06-121-0/+6
* Remove the PSYCHO_STRAY option - it was never really useful. Adjust atmm2003-06-122-50/+5
* This is a driver for the physical layer chips used in ATM interfaces.harti2003-06-126-0/+2900
* Add a new device ID.mux2003-06-121-0/+1
* If we're building a debug kernel, add target to install the .gdbinit filesgrog2003-06-121-1/+9
* Silence a warning.grog2003-06-122-0/+2
* Unlock after ISR.imp2003-06-121-1/+1
* Finish the vm object locking in sendfile(2). More generally,alc2003-06-121-1/+8
* Remove "raw" and "label" keywords.grog2003-06-122-6/+2
* s/BURN_THE_BOATS/BURN_BRIDGES/g to adopt to new world orderimp2003-06-121-2/+2
* vinum_bounds_check: Don't check the label sector if the architecturegrog2003-06-121-12/+13
* Remove VINUM_LABEL ioctl. It has been deprecated since December 1998,grog2003-06-122-8/+2
OpenPOWER on IntegriCloud