aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1. Add code to support bound thread. when blocked, a bound thread neverDavid Xu2003-06-155-112/+129
* Use .Va, not .Fa, to refer to structure members.Yaroslav Tykhiy2003-06-151-8/+8
* If the device goes away during ulpt_reset(), make sure not to callIan Dowse2003-06-151-1/+7
* Don't overwrite the static panicstr buffer for secondary and furtherIan Dowse2003-06-151-3/+8
* Use __builtin_alloca() on compilers that have it. Keep the prototype forDag-Erling Smørgrav2003-06-151-1/+17
* Remove the definition of alloca(), it does not belong here.Dag-Erling Smørgrav2003-06-151-5/+0
* Kill prototype for __msgwrite too. It is not needed anymore.Martin Blapp2003-06-151-1/+0
* Fix the master yppasswd routines, so they really workMartin Blapp2003-06-151-0/+26
* Fix the master yppasswd routines, so they really workMartin Blapp2003-06-151-33/+54
* Only call pw_mkdb if passfile == _PATH_MASTERPASSWD.Martin Blapp2003-06-151-9/+47
* Replace the old SCM_CREDS cred procedures. They can now beMartin Blapp2003-06-152-127/+21
* err() on allocation failure. WARNS=9 compliantPhilippe Charnier2003-06-157-21/+46
* Document changes to default output.Greg Lehey2003-06-151-6/+7
* Print out the current recording devices in the default printout.Greg Lehey2003-06-151-3/+9
* Remove an unnecessary forward declaration.Alan Cox2003-06-151-2/+1
* Now that the kernel access control for quotactl(2) appears to workRobert Watson2003-06-151-32/+0
* Now that the kernel access control for quotactl(2) appears to workRobert Watson2003-06-152-18/+0
* Re-implement kernel access control for quotactl() as found in theRobert Watson2003-06-153-23/+58
* Tighten up the string->integer conversion in sysctl(8):Robert Watson2003-06-151-5/+25
* Disable unneeded devices and options.Yoshihiro Takahashi2003-06-151-5/+22
* Remove CPU_ATHLON_SSE_HACK option.Yoshihiro Takahashi2003-06-151-1/+0
* Include "../Makefile.inc"Yoshihiro Takahashi2003-06-151-0/+3
* Most power management devices don't exist on pc98.Yoshihiro Takahashi2003-06-151-0/+4
* The en module has been broken for the last 40 hours. Disconnect itWarner Losh2003-06-151-1/+0
* - Increase the ksegrp's cpu time history buffer to 250ms.Jeff Roberson2003-06-151-2/+2
* - Enable support for building Configuration ROM.Hidetoshi Shimokawa2003-06-153-19/+109
* P_THREADED was renamed to P_SA, follow up.David Xu2003-06-151-2/+2
* Fix crom_add_simple_text().Hidetoshi Shimokawa2003-06-151-4/+5
* Add CSRVAL_VENDOR_PRIVATE.Hidetoshi Shimokawa2003-06-151-0/+7
* 1. Migrate TDF_UPCALLING from td_flags to td_pflags.David Xu2003-06-153-33/+14
* fix a couple typos in the commentsJohn-Mark Gurney2003-06-151-2/+2
* fix bootpd to use fd_set. For some reason on Sparc, using int withJohn-Mark Gurney2003-06-151-4/+6
* make rarpd use in_addr_t instead of u_long since this is neccessaryJohn-Mark Gurney2003-06-151-24/+24
* - Cap the growth of sleep and run time in sched_exit_kse().Jeff Roberson2003-06-151-0/+4
* Fix some style problems, some of which are old, some new, and someDavid Schultz2003-06-151-8/+10
* - Fix the maximum slice value. I accidentally checked in a value of '2'Jeff Roberson2003-06-151-38/+54
* Merge the following from the English version:Hiroki Sato2003-06-151-2/+6
* check_drive: If the partition isn't a Vinum drive, release it againGreg Lehey2003-06-151-35/+35
* Don't set TDF_UPCALLING in cpu_set_upcall, it is not only used byDavid Xu2003-06-151-2/+0
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerDavid Xu2003-06-1527-51/+51
* White space fix.Hidetoshi Shimokawa2003-06-151-3/+3
* Use #ifdef __alpha__, not __alpha.Alan Cox2003-06-151-2/+2
* If someone tries to mount a union filesystem with another unionfs asDavid Schultz2003-06-141-4/+14
* Introduce malloc types M_UNDCACHE and M_UNPATH for importantDavid Schultz2003-06-141-10/+13
* Factor out the process of freeing ``directory caches'', which unionfsDavid Schultz2003-06-143-24/+25
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-1420-1258/+190
* Catch up man page with reality in rc.d/named.Mike Makonnen2003-06-141-1/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-19/+1
* Update a comment about symlinking named's pid file to correctlyMike Makonnen2003-06-141-1/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-1417-305/+19