aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove code that tries to detect if the MCLSHIFT and MSIZE macrosMaxime Henrion2003-06-132-92/+0
* - Document the fact that you can specify several DMA operations toMaxime Henrion2003-06-131-15/+28
* Add a retrospective entry about how having installed a broken sed(1)Marcel Moolenaar2003-06-131-0/+18
* Use the <sys/bitstring.h> rather than <bitstring.h>Poul-Henning Kamp2003-06-135-5/+5
* Finish the repocopy of bitstring.h to sys so it can be usedPoul-Henning Kamp2003-06-132-125/+10
* Style(9).Maxime Henrion2003-06-131-14/+17
* Add vm object locking to pmap_object_init_pt().Alan Cox2003-06-131-10/+12
* Hardwire APB's PCI buses down. If we don't do this, pciconf -l returnsJohn-Mark Gurney2003-06-131-5/+2
* - Use _PATH_TTY and _PATH_DEVNULL macros.Maxime Henrion2003-06-131-5/+9
* Eliminated two dozens of superfluous cats and two r-cats (sorry, Jordan).Ruslan Ermilov2003-06-131-73/+51
* Implement the ioctl that returns a list of currently open VCCs.Hartmut Brandt2003-06-131-0/+70
* Factor out the description of how to configure a CLIP into its ownHartmut Brandt2003-06-134-29/+130
* Remove the documentation of the raw AAL0 access which has been removed.Hartmut Brandt2003-06-131-28/+0
* Make the midway driver use the new ATM phy driver. This allows one toHartmut Brandt2003-06-137-7/+101
* Regen.Josef Karthauser2003-06-132-2/+9
* Allow the EPSON USB scanner 1250 to be recognised as a uscanner device.Josef Karthauser2003-06-132-0/+2
* Plug a serious memory leak. The -STABLE equivalent of this patch hasDavid Schultz2003-06-131-8/+20
* Make the VFS cache use zones instead of malloc(9). This results in aDag-Erling Smørgrav2003-06-131-4/+33
* Add vm object locking.Alan Cox2003-06-132-2/+16
* Use waitpid, instead of wait3, which is more portable.Juli Mallett2003-06-131-2/+2
* Remove redundant return; from void function.Juli Mallett2003-06-131-1/+0
* Mark libxpg4 as OBSOLETE_IN_6: it has been empty since its contentsTim J. Robbins2003-06-131-0/+6
* Mark the following interfaces as OBSOLETE_IN_6:Tim J. Robbins2003-06-134-4/+16
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-1311-18/+7
* Clean up the fifo_open() implementation:Don Lewis2003-06-131-45/+30
* Extend the scope of the vm object lock in swp_pager_async_iodone() to coverAlan Cox2003-06-131-3/+4
* Add vm object locking to various pagers' "get pages" methods, i386 stackAlan Cox2003-06-137-9/+25
* Conditionally attach the MCA bus device.Matthew N. Dodd2003-06-131-1/+8
* As a workaround for the latest problems, don't init hermes cards moreWarner Losh2003-06-131-1/+1
* Despite my best efforts the Linux way of doing this is the onlyMatthew N. Dodd2003-06-132-38/+20
* Fixes to locale code to properly use indirect pointers in order to preventJordan K. Hubbard2003-06-136-11/+11
* Remove these files. They have successors in tools/debugscripts.Greg Lehey2003-06-125-972/+0
* Remove paragraph which describes how we might switch our packet queueingHiten Pandya2003-06-121-13/+0
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-1224-459/+362
* Document some sysctl variables.Dag-Erling Smørgrav2003-06-121-5/+10
* Add Belkin USB 2.0 High Speed Host Controller to the USB controllerBruce A. Mah2003-06-122-2/+10
* Remove mpt from the nodevice list. This was tested by the submitter.Matt Jacob2003-06-121-1/+0
* Add change that allows PAE to work.Matt Jacob2003-06-121-1/+2
* Add the -H option to ps(1) to display all kernel visible threads in eachScott Long2003-06-122-6/+19
* Forced commit to note that the last commit fixed thoseMaxime Henrion2003-06-120-0/+0
* Add support to sysctl_kern_proc to return all threads in a proc, not just theScott Long2003-06-121-53/+87
* Add KERN_PROC_PROC for returning only processes, not threads.Scott Long2003-06-121-0/+1
* When removing a sillyrename file, make sure that the directory vnodeIan Dowse2003-06-121-0/+6
* Remove the PSYCHO_STRAY option - it was never really useful. Adjust aThomas Moestl2003-06-122-50/+5
* This is a driver for the physical layer chips used in ATM interfaces.Hartmut Brandt2003-06-1213-2/+3345
* Check the return values of opendir() and unlink() in cleanheaders().Thomas Moestl2003-06-121-2/+4
* Add a new device ID.Maxime Henrion2003-06-121-0/+1
* Document the fact that one is allowed to sleep while holding an sx lock.Hartmut Brandt2003-06-121-0/+2
* Rename the section 'locking considerations' into 'context'.Hartmut Brandt2003-06-121-10/+5
* Replace hard-coded module path with a keyword which gets changed whenGreg Lehey2003-06-121-1/+1