summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed namespace pollution and unsorting of the 1003.1-1990 list inbde2003-07-011-1/+1
* Fix tsleep/wakup race on FreeBSD-4.simokawa2003-07-011-2/+14
* Add the British hundredweight (brhundredweight). For discussion, see:tom2003-07-011-0/+7
* Don't segfault if setproctitle(3) is called with NULL initially.alfred2003-07-011-0/+1
* Regen.joe2003-07-012-2/+9
* Support the Epson GT-9300UF usb scanner.joe2003-07-013-0/+3
* free_drive: Free the drive even if it's referenced. I don't know whatgrog2003-07-011-12/+7
* Modify vm_page_alloc() and vm_page_select_cache() to allow the page thatalc2003-07-011-2/+4
* Check the address provided to vm_map_stack() against the vm map's maximum,alc2003-07-011-1/+2
* Add the beastie_disable variable which allows to turn the beastiebrueffer2003-07-011-0/+1
* Separate the description of the flags for mount(2) and unmount(2)iedowse2003-06-301-14/+16
* Have mktemp(1) construct the temporary file name for us insteadmtm2003-06-307-7/+7
* Allow diskless_remount files to contain path beginning with / which willbrooks2003-06-303-0/+57
* Remove mount_portalfs, it's just wrong in this context.gordon2003-06-301-1/+1
* move maxsegsz down a bit so that the arg definition order matches thejmg2003-06-301-4/+4
* Propagate the ${AINC} knob (assembler include) to sys.mk,ru2003-06-302-4/+1
* Removed suffix-transformation rules that are duplicatesru2003-06-301-20/+0
* Catch up with bsd.lib.mk,v 1.143.ru2003-06-302-19/+0
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripru2003-06-302-2/+0
* The use of ld(1) to strip compiler local and non-globalru2003-06-301-36/+0
* Don't build mount_nwfs or mount_smbfs in rescue.gordon2003-06-301-8/+6
* Rename a local variable in order to avoid collision with standard 'log'kan2003-06-301-3/+3
* Properly use ld.so.conf and ld-elf.so.conf as discussed in the manual page.trhodes2003-06-301-4/+4
* Various fixes from upstream, including a bug...fanf2003-06-301-11/+18
* Switch to using bsd.prog.mk; this gives us back the standardru2003-06-302-10/+4
* MFi386: revision 1.19.ru2003-06-301-3/+1
* Catchup with _thread_suspend() changes.mtm2003-06-303-3/+9
* o Fix identation.maxim2003-06-301-21/+21
* o Support for '--' to cancel options list processing.maxim2003-06-301-3/+12
* Fix typo.davidxu2003-06-302-2/+2
* Include file clean up.simokawa2003-06-303-4/+11
* Because there are only _SIG_MAXSIG elements in thread siginfo array,davidxu2003-06-306-32/+32
* pass -1 to setfile in cp.cjmg2003-06-301-1/+1
* Do the deed and hookup /rescue to the build. As a result, always buildgordon2003-06-301-5/+6
* Remove surplus unlocking code I accidentally checked in. This won't bedavidxu2003-06-302-8/+0
* nitpickingsam2003-06-301-5/+3
* This commit was generated by cvs2svn to compensate for changes in r117059,mikeh2003-06-303-5/+5
|\
| * Import latest cvs version with the correct patchset (fixes ETA bug).mikeh2003-06-303-5/+5
* | consolidate callback optimization check in one location by adding a flagsam2003-06-305-67/+23
* | Fix fdisk naming issues on pc98 and other platforms.gordon2003-06-301-5/+17
* | correct transfer statisticssam2003-06-301-0/+1
* | acknowledge the contribution of Atsushi Onoesam2003-06-301-0/+3
* | Correct spelling of "TracyChapman".mph2003-06-301-1/+1
* | MFi386: revision 1.16.ru2003-06-301-10/+4
* | Revision 1.13, besides its useful part, replaced bsd.prog.mk byru2003-06-301-10/+4
* | plug xform memory leaks:sam2003-06-292-2/+15
* | Back out .SU workaround - people at whois-servers.net set upache2003-06-291-6/+1
* | Sweep through pthread locking and use the new locking primitives formtm2003-06-297-20/+21
* | Locking primitives and operations in libthr should use struct umtx,mtm2003-06-292-4/+22
* | Introduce vm_map_pmap_enter(). Presently, this is a stub calling the MDalc2003-06-292-7/+21
OpenPOWER on IntegriCloud