summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix ioctl MOUSE_SETMODE as defined in mouse(4).yokota2000-08-271-2/+5
* Try and fix up some bogus indentation leftovers from emacs severalpeter2000-08-271-2/+2
* Sigh, today is not my day. Convert a verbose while() .. loop into a for()peter2000-08-271-4/+1
* *blush*. I was *sure* I compiled this after the last change..peter2000-08-271-1/+1
* warn that setsockopt/sysctl # spaces are shared among *BSD, and should betteritojun2000-08-271-0/+2
* killall.c is meant to be a superset replacement of killall.pl, thepeter2000-08-271-0/+372
* new sysctl 'kern.openfiles' (exports nfiles to userland)alfred2000-08-261-0/+3
* Allow the DPT pci attachment to share IRQ'speter2000-08-261-1/+2
* o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attrrwatson2000-08-263-24/+24
* Minor cleanups tp devfs_readdir();phk2000-08-261-11/+33
* Sync with NetBSD:n_hibma2000-08-266-14/+14
* Make mergemaster ignore files in /dev if /dev is a devfs.ben2000-08-261-1/+6
* Mount DEVFS with no options.phk2000-08-261-1/+1
* Make if_xe eepend on both xe and card.imp2000-08-261-1/+1
* Enabled pcic, card and xe devices.nyan2000-08-261-3/+3
* Pass two pointer parameters to the r_debug_state() hookjwd2000-08-261-8/+18
* Whitespace change: (near) KNFmarcel2000-08-261-649/+679
* Regen.gehenna2000-08-262-2/+18
* Fix bug in previous commit. We need to trim the limits to fitmarcel2000-08-261-0/+5
* Add vendor IBM product USB CD-ROM Drivegehenna2000-08-261-0/+4
* Make the arguments match the functionality of the functions.obrien2000-08-262-7/+7
* Fix a premature freeing bug found with malloc debugging courtesy John Hay.green2000-08-261-1/+5
* Make this file compile again when COMPAT_43 has not beenmarcel2000-08-261-1/+8
* Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimitmarcel2000-08-261-24/+45
* Minor tweaks to have the card be properly enabled via the CCR.imp2000-08-261-6/+9
* m_mballoc_wait() had a spl/tsleep race. mbufs can be freed in interruptpeter2000-08-251-0/+2
* Finger.conf first appeared in 4.2 (now that it's been MFCd)brian2000-08-251-1/+1
* If the config program found a hints file and included it as a fallback,peter2000-08-251-10/+28
* If a ${KERNEL}.hints file exists, and no hints are specified explicitly,peter2000-08-258-6/+18
* Add some anti-foot-shooting protection to the kernel install target.peter2000-08-254-0/+32
* Move acpi_softc into acpi.h to be shared from additional files.iwasaki2000-08-253-12/+433
* Correct variable spellingbrian2000-08-251-1/+1
* Fix the -m option - broken by the last commit.brian2000-08-251-1/+1
* Update BSD.x11-4.dist to XFree86-4 after repo copy. I believe this isasami2000-08-251-0/+74
* Quick fix for msdsofs_write() on alphas and other machines with eitherbde2000-08-254-4/+16
* Sync with mainache2000-08-251-1/+1
* cons25r: minimize differences with cons25ache2000-08-251-1/+1
* Correct messages for VIA Apollo Pro133A.kuriyama2000-08-251-1/+5
* Add a missing comma.sheldonh2000-08-251-1/+1
* Replace the thumb-suck phrase "system call vector translation" withsheldonh2000-08-251-1/+1
* Fix typo in license.marcel2000-08-257-7/+7
* Another file needed for ACPI,I forgot to commit.takawata2000-08-251-0/+309
* Allow finger.conf to contain aliases for files that will be displayedbrian2000-08-256-21/+50
* Add a new compile-time tweak to BTX. If you set the make(1) variablejhb2000-08-243-2/+10
* Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so removepeter2000-08-241-1/+0
* Quick fix. <sys/conf.h> now depends on <sys/time.h>, which is not presentpeter2000-08-241-0/+2
* Make the temporary file _evp.h instead of evp.h to not conflict withgreen2000-08-242-5/+7
* Comment out the static wiring of hints for GENERIC - the release processpeter2000-08-245-5/+10
* I should know better than to touch this without testing a 'make release'peter2000-08-241-1/+1
* - When adjusting the end of a partition to lie on a cylinder boundary, don'tjhb2000-08-242-92/+188
OpenPOWER on IntegriCloud