aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When concurrency level is reduced and a kse is exiting, make sure no otherDavid Xu2003-09-292-0/+26
* Remove calls to makedev. They were never needed.Greg Lehey2003-09-292-22/+12
* Add a tiny bit more delay in the xl_mii_sync function; this is necessaryMike Silbersack2003-09-291-0/+2
* Add St. Crispin's day.Greg Lehey2003-09-291-0/+1
* Add Michaelmas.Greg Lehey2003-09-281-0/+1
* Retire revoke_and_destroy_dev() with extreme prejudice.Poul-Henning Kamp2003-09-283-15/+0
* I don't know from where the notion that device driver should orPoul-Henning Kamp2003-09-289-65/+5
* Don't explicitly initialize d_maj in the cdevsw with MAJOR_AUTO, asMarcel Moolenaar2003-09-281-1/+0
* - Clarification to how command line arguments are processed.Ken Smith2003-09-281-0/+5
* Note change to cdevsw open/close default change.Poul-Henning Kamp2003-09-282-1/+6
* Prefer FreeBSD.org to freebsd.org in mail alias examples.Robert Watson2003-09-281-2/+2
* Remove unused variable.David Xu2003-09-282-4/+0
* Removed some nearly dead code in comparam(). We don't need to recoverBruce Evans2003-09-281-9/+0
* Use the new style struct sockaddr instead of osockaddr in system callsTim J. Robbins2003-09-282-2/+11
* Don't cast ioctl FIONREAD's argument to struct sgttyb *. This makesTim J. Robbins2003-09-281-1/+1
* Use the new style struct sockaddr instead of osockaddr in system callsTim J. Robbins2003-09-281-4/+6
* Use the POSIX tty interface instead of the old interface. This makesTim J. Robbins2003-09-282-102/+56
* Remove remnants of Kerberos -Kkx options.Tim J. Robbins2003-09-282-25/+4
* Set the baud rate to 1200 if the device is a keyboard.Jake Burkholder2003-09-281-1/+4
* Only create the ofwcons device nodes if it has been initialized, notJake Burkholder2003-09-281-1/+2
* Reworked rev.1.14. Use the ELF symbol type again to summarily rejectBruce Evans2003-09-281-0/+5
* Make ofw_console a low priority console device, so that uart will beJake Burkholder2003-09-281-1/+1
* Add a "low" console priority. This specifies that the console deviceJake Burkholder2003-09-281-3/+4
* Drop any and all support for varargs. There's no history to worryMarcel Moolenaar2003-09-281-14/+1
* Tweak "system security profiles:Robert Watson2003-09-282-14/+8
* In vm_page_remove(), assert that the vm object is locked, unless an Alpha.Alan Cox2003-09-281-2/+3
* Typo when setting wirespeed. || != |Paul Saab2003-09-281-1/+1
* - Another update to list of FTP sitesKen Smith2003-09-282-0/+34
* Having had to spend several hours today figuring out just what it is thatGarrett Wollman2003-09-281-11/+101
* Add vm object locking to pmap_release().Alan Cox2003-09-281-2/+4
* Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse.Marcel Moolenaar2003-09-273-12/+24
* Remove the regstkpages sysctl variable. We have a growable registerMarcel Moolenaar2003-09-271-6/+0
* Part 2 of implementing rstacks: add the ability to create rstacks andMarcel Moolenaar2003-09-274-56/+68
* Two minor fixes:Warner Losh2003-09-271-2/+15
* Make life a little bit easier for cloning device drivers.Poul-Henning Kamp2003-09-271-0/+9
* Add an explanation why MAJOR_AUTO should not be specified explicitly.Poul-Henning Kamp2003-09-272-0/+8
* Correctly name r_unit member tun_unit.Poul-Henning Kamp2003-09-272-5/+4
* Provide a bit more help with "memory overwritten after free" style bugs.Poul-Henning Kamp2003-09-271-4/+4
* Eliminate the pte object.Alan Cox2003-09-272-27/+49
* More style fixes to improve diffability with OpenBSD.Poul-Henning Kamp2003-09-271-46/+54
* - Add the Dell PERC 4/Di to the list of supported devices; itSimon L. B. Nielsen2003-09-271-1/+4
* Disable #define DEBUG in libdisk by default: since libdisk is primarilyRobert Watson2003-09-271-1/+1
* Don't install etc/printcap in the NO_LPR case; ports like 'cups'Mark Murray2003-09-271-1/+6
* Style changes to improve diffability against OpenBSD version.Poul-Henning Kamp2003-09-271-91/+91
* No need to check for the directory, fols are assumed to have all theMark Murray2003-09-271-1/+1
* Add a note about kiconv(3).Max Khon2003-09-271-0/+4
* Update an email address overlooked by scottl.Tom Rhodes2003-09-271-1/+1
* Fix a cut n paste typo I introduced in rev 1.211.Tom Rhodes2003-09-272-2/+2
* A number of fixes/enhancements for the ipfilter rc script:Maxime Henrion2003-09-271-15/+22
* Introduce no_poll() default method for device drivers. Have itPoul-Henning Kamp2003-09-278-236/+76