summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 'uname -p' prints the value of hw.machine_arch instead of hw.machine.nyan2002-01-142-8/+18
* Added 'MACHINE=i386' to MKMODULESENV variable.nyan2002-01-141-0/+2
* Backout inclusion of sys/queue.halfred2002-01-142-6/+0
* Revert rev 1.316 now that the bootstrap issues with filesystems usingsheldonh2002-01-142-8/+0
* Backout inclusion of queue.h since rev 1.38 sys/file.h now has italfred2002-01-148-24/+0
* Remove requirement for queue.h by consumers by moving its inclusionalfred2002-01-141-1/+1
* Merge the changes in the English version (1.251 --> 1.252).kuriyama2002-01-141-4/+20
* o Correct the initialization of aiolio_zone: Each entry was 16 times largeralc2002-01-141-13/+5
* add queue.h, now needed for file.halfred2002-01-142-0/+6
* New release notes: boot loaders support larger filesystem blockbmah2002-01-142-4/+38
* Mention sis(4) support for SiS 635 and 735 motherboard chipsets.bmah2002-01-142-2/+14
* use bus_space(9) rather than the memory mapped register set. This isimp2002-01-143-82/+115
* don't initialize the mutex in the temporary struct file, the soo_*alfred2002-01-141-6/+0
* Implement vfs.nfs.iodmin (minimum number of nfsiod's) andpeter2002-01-143-60/+92
* Merge some updates and markup fixes from OpenBSD. This is mainlycjc2002-01-141-6/+30
* Add xref for timeradd(3).dwhite2002-01-141-0/+1
* Add manpage for timeradd macros and friends. A companion page fordwhite2002-01-142-1/+124
* Replace ffind_* with fget calls.alfred2002-01-1422-230/+136
* Add parens around macro args.alfred2002-01-131-4/+4
* remove unused socket pointeralfred2002-01-131-1/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-1318-30/+49
* Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix somemike2002-01-134-26/+157
* o Call the functions registered with at_exec() from exec_new_vmspace()alc2002-01-131-4/+7
* Make call_desc[] extern since it's also defined in layer4/i4b_l4mgmt.cgj2002-01-131-1/+2
* The fix for >/dev/stdout, including Tor Egge's fix for the bug in thebabkin2002-01-131-4/+4
* Remove unused variable.alfred2002-01-131-1/+0
* Comment fdrop and fdrop_locked functions.alfred2002-01-131-0/+9
* Implement ffind_hold using ffind_lock.alfred2002-01-131-11/+3
* Some of the KSE stuff was accidentally reverted by file locking,alfred2002-01-131-5/+5
* Remove file locking debug cruft.alfred2002-01-132-28/+0
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-1349-541/+1624
* Remove myself as maintainer, I don't have free time for adduser anymore.wosch2002-01-131-2/+0
* Merge some of vt2x0 tc= chain to save 1024 buffer space.ache2002-01-131-16/+19
* Comment out the retrieval of a termination function from %g1. It isjake2002-01-131-0/+8
* It is required by VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and VOP_MKDIRiedowse2002-01-131-3/+9
* Add comment indicating that vtXXX-co* entries are for color-enabled terminalache2002-01-131-4/+5
* Unmunge the version preservation code and obfuscate it so CVS won't mungedes2002-01-121-2/+2
* Add info about the /etc/pam.conf -> /etc/pam.d stuff.imp2002-01-121-0/+11
* Add support for newer integrated SiS 900 controllers on the 635 and 735wpaul2002-01-122-5/+54
* When going to sleep, we must save our SPL so that it does not getmckusick2002-01-121-38/+76
* Export "ng_ether_enaddr_type" because the ng_bridge type uses it.archie2002-01-121-0/+2
* Add NP flag to vt100-npache2002-01-121-2/+2
* Back out previous commit, which erroneously removed essential comments. Ides2002-01-121-1/+3
* Update copyrightdes2002-01-121-1/+1
* Add color entries for DEC VT familyache2002-01-121-3/+21
* Switch over to /etc/pam.d/.des2002-01-121-6/+0
* Sync with pam.conf revision 1.25.des2002-01-121-3/+1
* Preserve FreeBSD version strings in target files.des2002-01-121-1/+11
* Build the TCP-wrapper helper "daemon" tcpd. This is not much use inmarkm2002-01-121-0/+20
* Make substitutions in internal macros like $(@F:.o=.c) work.schweikh2002-01-121-1/+1
OpenPOWER on IntegriCloud