aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a minimal altq.4 manpage to tell about the kernel options and where toMax Laier2004-10-073-30/+142
* Add SHARP to the pool of drives that doesn not need byteswapping ofSøren Schmidt2004-10-071-5/+7
* Mdoc and grammar fixes.Gleb Smirnoff2004-10-071-7/+9
* - note that RTF_PRCLONING is obsoletedGleb Smirnoff2004-10-071-19/+47
* - Be more userfriendly and allow to specify gbde device name in those forms:Pawel Jakub Dawidek2004-10-071-10/+13
* Add support for Pentium M, Pentium 3M and Pentium 4M.Dag-Erling Smørgrav2004-10-071-2/+14
* Use generic ttycode instead of local copy.Poul-Henning Kamp2004-10-071-183/+32
* Only try to attach if parent device actually exists.Pawel Jakub Dawidek2004-10-071-1/+1
* Note libthr ABI breakage.Mike Makonnen2004-10-071-0/+5
* Regen to unbreak world.David Xu2004-10-073-3/+3
* Back out rev 1.240; it is unnecessary. In particular,David Schultz2004-10-061-8/+3
* Don't set the BIO_ONQUEUE debugging flag until we actually put the bioPoul-Henning Kamp2004-10-061-1/+1
* Use generic tty code instead of local copies.Poul-Henning Kamp2004-10-062-571/+199
* Back out v1.49. Recent findings suggest sparc64 may not be ready forKen Smith2004-10-061-1/+1
* Fix the PC98 lockups on boot.Søren Schmidt2004-10-069-70/+135
* Geoms without softc are geoms which are initialized, so wait for them.Pawel Jakub Dawidek2004-10-061-2/+4
* Correct grammos. Added BUGS: may mishandle nonstandard manual pages,Jens Schweikhardt2004-10-061-3/+5
* - Fix the compile to chase the p_rux changes.John Baldwin2004-10-061-1/+7
* Add missing 'static'Warner Losh2004-10-061-2/+1
* Lock file for gbde devices is optional.Pawel Jakub Dawidek2004-10-061-2/+6
* Close a race between a thread exiting and the freeing of it's stack.Mike Makonnen2004-10-068-11/+14
* Look out for geoms without softc.Pawel Jakub Dawidek2004-10-061-0/+2
* Allocate red zone and stack space together and then split red zone fromDavid Xu2004-10-062-14/+34
* For older systems with ACPI which don't have a pci <-> pci bridge,Warner Losh2004-10-061-3/+3
* For legacy PCI bridges, limit memory allocation to the top 32MB ofWarner Losh2004-10-061-4/+24
* Mention "-d directory" in usage().Brooks Davis2004-10-061-1/+1
* Don't recurse the BPF descriptor lock during the BIOCSDLT operationBrian Feldman2004-10-061-1/+1
* fixed too delayed routing cache expiry. (tvtohz() converts a time interval t...SUZUKI Shinsuke2004-10-061-4/+4
* Add the Madison II, which is the second generation Madison. The Madison IIMarcel Moolenaar2004-10-061-0/+3
* Close a race between thr_create and sysctl -w, the thr_scope_sys couldDavid Xu2004-10-061-7/+10
* vtryrecycle: Don't rely on type VBAD alone to mean that we don't needGreg Lehey2004-10-061-1/+1
* getnewvnode: Weaken the panic "cleaned vnode isn't" to a warning.Greg Lehey2004-10-061-1/+3
* Restore some code removed in revision 1.193 and 1.194, julian saidDavid Xu2004-10-061-4/+23
* In original kern_execve() code, at the start of the function, it forcesDavid Xu2004-10-063-38/+111
* Forced commit to note the submitter.Brian Feldman2004-10-050-0/+0
* Make sure to return 0 from kernel_getnfile() since if there were anBrian Feldman2004-10-051-0/+1
* Don't prepend the directory specified by -d when the file is a relativeBrooks Davis2004-10-051-1/+1
* Fix whitespace botch that only showed up in the commit message diff :-/Julian Elischer2004-10-051-1/+1
* Bump __FreeBSD_version for addition of newsyslog -d.Brooks Davis2004-10-051-1/+1
* Slight cleanup in the single threading code.Julian Elischer2004-10-051-6/+5
* When preempting a thread, put it back on the HEAD of its run queue.Julian Elischer2004-10-055-39/+53
* Oops. left out part of the diff.Julian Elischer2004-10-051-0/+2
* Update a comment that was outdated.Nate Lawson2004-10-051-1/+1
* Use some macros to trach available scheduler slots to allowJulian Elischer2004-10-053-23/+64
* light rearrangement of some code to get some lockingJulian Elischer2004-10-051-15/+27
* Back out the -s flag and go back to dumping the SSDTs by default.Nate Lawson2004-10-054-22/+6
* Update the man page with new info about overriding your DSDT.Nate Lawson2004-10-051-10/+12
* When the user overrides the DSDT, replace any SSDTs with a simple no-opNate Lawson2004-10-051-10/+40
* Break out to a separate function, the code to revert a multithreadedJulian Elischer2004-10-053-16/+28
* Regen:Sheldon Hearn2004-10-051-99/+147