aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add fairly minimal documentation for the nmount() syscall.Tim J. Robbins2004-03-162-3/+35
* Use vfs_nmount() to mount linprocfs filesystems in linux_mount();Tim J. Robbins2004-03-161-4/+21
* Make vfs_nmount() public. The Linux emulator needs this in order to mountTim J. Robbins2004-03-162-2/+2
* Correct size argument passed to copyinstr() in linux_mount(): mntfromnameTim J. Robbins2004-03-161-2/+2
* Fix memory leakColin Percival2004-03-161-2/+2
* Rename the wiredlen member of struct sysctl_req to validlen and alwaysDon Lewis2004-03-162-15/+17
* New release note:Hiroki Sato2004-03-162-0/+6
* Don't bother calling vslock() and vsunlock() if oldlen is zero.Don Lewis2004-03-161-7/+9
* Set TZ to UTC so dates in the history file will match dates in the logs.Dag-Erling Smørgrav2004-03-161-0/+1
* Build the tinderbox with -O2.Dag-Erling Smørgrav2004-03-161-0/+2
* The documentation lists configuration variables in uppercase, so dumpDag-Erling Smørgrav2004-03-161-1/+1
* Add configuration shortcuts for CFLAGS and COPTFLAGS.Dag-Erling Smørgrav2004-03-162-4/+32
* Allow the user to override CFLAGS and COPTFLAGS on the command line.Dag-Erling Smørgrav2004-03-162-4/+20
* When installing boot blocks into an Alpha BSD label, setup the location,John Baldwin2004-03-151-0/+10
* Add a mixer script that saves the current settings of all mixers presentJohn Baldwin2004-03-152-1/+113
* Regenerate.John Baldwin2004-03-159-14/+14
* - Mark ABI syscalls that call wait4() MP safe as recent changes toJohn Baldwin2004-03-153-5/+5
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.Max Khon2004-03-1515-0/+3444
* The PPS code needs to be much more brutal to avoid synchronism onPoul-Henning Kamp2004-03-151-14/+32
* New release note:Hiroki Sato2004-03-152-0/+12
* Add ru.koi8-r.win.kbd based on ru.koi8-r.shift.kbd which closely mimicsMax Khon2004-03-152-1/+244
* Regen for ptrace being safe again.John Baldwin2004-03-155-6/+6
* Drop the proc lock around calls to the MD functions ptrace_single_step(),John Baldwin2004-03-152-7/+12
* Correctly document the default value of UsePAM.Dag-Erling Smørgrav2004-03-152-5/+4
* Add script for creating ramdisks at boot time, in time to be processedWes Peters2004-03-151-0/+82
* Remove bogus (void **) casts. This unbreaks the -O2 build.Dag-Erling Smørgrav2004-03-151-3/+3
* Don't try to pass off a struct sockaddr as a struct sockaddr_in when itDag-Erling Smørgrav2004-03-152-4/+4
* Remove whitespace at EOL.Tom Rhodes2004-03-151-1/+1
* Add vectors for _snprintf() and _vsnprintf() (redirected straight toBill Paul2004-03-151-0/+2
* Move GID/UID_MAX under __BSD_VISIBLE protection.Max Laier2004-03-151-3/+3
* Fix some style(9) related issues after discussion with/education from bde:Max Laier2004-03-1512-118/+94
* Add -DDEBUG to DEBUG_FLAGS if PAM_DEBUG is defined.Dag-Erling Smørgrav2004-03-151-0/+4
* Add printing of relevant SATA info where approbiate.Søren Schmidt2004-03-151-9/+31
* Add SATA support fieldsSøren Schmidt2004-03-151-4/+14
* Remove sysctl security.jail.list_allowed.Pawel Jakub Dawidek2004-03-151-6/+1
* Add support for detaching PCI controllers.Søren Schmidt2004-03-157-97/+129
* Kill bogus isa compat opt file.Warner Losh2004-03-151-1/+1
* Temporarily comment out cy.Warner Losh2004-03-151-3/+2
* including isa_device.h was historical in this file, remove itWarner Losh2004-03-153-3/+0
* Document additional reasons that sysctl(3) can return ENOMEM (due toDon Lewis2004-03-151-0/+11
* Change len pararmeter from u_int to size_t.Don Lewis2004-03-151-8/+29
* Make overflow/wraparound checking more robust and unbreak len=0 inDon Lewis2004-03-152-16/+22
* Make this compile with -O2. A proper fix would use a struct to representDag-Erling Smørgrav2004-03-151-22/+22
* Whitespace nits.Dag-Erling Smørgrav2004-03-151-4/+4
* gasp(1) isn't linked with -lgnuregex, and it doesn't need <gnu/regex.h>Ruslan Ermilov2004-03-151-1/+0
* Style(9) changes.Don Lewis2004-03-152-40/+11
* Revert to the original vslock() and vsunlock() API with the followingDon Lewis2004-03-153-39/+28
* Remove redundant suser() check.Don Lewis2004-03-151-4/+0
* static and const.Juli Mallett2004-03-151-10/+10
* Validate argument to -i.Juli Mallett2004-03-151-1/+4