summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-04162-239/+274
* Follow suit with OpenBSD and NetBSD and tell the program name in diagnostics.obrien2002-04-041-53/+59
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-0410-10/+10
* For -n use decimal point from localeache2002-04-041-1/+5
* Change snd_mtxcreate() to accept a lock type as an extra argument that isjhb2002-04-042-4/+4
* Change mtx_init() to now take an extra argument. The third argument isjhb2002-04-043-17/+28
* Set the lock type equal to the lock name for now as all of the currentjhb2002-04-041-1/+1
* Add a new char * pointer lo_type to struct lock_object that is used tojhb2002-04-042-20/+30
* Delete the bogus d_boot[01] fields from struct disklabel.phk2002-04-044-54/+71
* Remove remaining traces of d_boot[01]phk2002-04-044-42/+2
* Minor reorg.obrien2002-04-041-3/+2
* Minor style tweak.obrien2002-04-042-2/+2
* Remove __Pache2002-04-047-52/+49
* Upgrade to something quite close, but not identical, to version 1.6 ofdes2002-04-042-400/+442
* Document new categories.des2002-04-041-1/+10
* Remove some local cruft that snuck in yesterday.obrien2002-04-041-1/+0
* Merge from vendor branch.wollman2002-04-047-148/+301
* Updated release note: ISC DHCP 3.0.1RC8.bmah2002-04-042-2/+2
* Mention that options BOOTP requires options NFSCLIENT and options NFS_ROOTbrian2002-04-041-0/+1
* Back out the previous commit.brian2002-04-043-3/+0
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-0419-34/+101
* Play catch up with the kernel.phk2002-04-044-5/+14
* Add pam_passwdqc to the build.des2002-04-042-0/+14
* This commit was generated by cvs2svn to compensate for changes in r93787,des2002-04-0412-0/+5451
|\
| * Vendor import of Solar Designer's pam_passwdqc module.des2002-04-0412-0/+5451
* Optimized the check for unmasked pending signals in CURSIG() using a newbde2002-04-042-8/+25
* Pre-declare bootpc_init() so that options BOOTP doesn't break thebrian2002-04-043-0/+3
* Implement collating sortache2002-04-041-9/+29
* Centralize EOF handling and improve access controls for bio scheduling.phk2002-04-044-44/+71
* Fixed some style bugs in axings. Whitespace before __P was not axed whenbde2002-04-041-6/+6
* Move access and orphan member functions from class to geom.phk2002-04-0411-36/+31
* Fixed some English errors in previous commit.bde2002-04-041-14/+15
* s/classs/classes/ to fixup grammer after the previous global renaming.phk2002-04-044-8/+8
* CTASSERT the size of struct dos_partition.phk2002-04-043-0/+9
* Register major #4 for GEOMphk2002-04-041-1/+1
* Get tun P2P address from the local pool if RADIUS server returnedhosokawa2002-04-042-1/+5
* Back out last commit. (This file is installed under /etc/mail.)ru2002-04-041-2/+2
* Complete the fix in revision 1.13 -- don't even depend on termcap(5)ru2002-04-041-1/+1
* Use a relative path to contrib/sendmail/cf.ru2002-04-041-2/+2
* Integrate airtools. This adds a number of parameters, which I've notimp2002-04-041-5/+119
* o Kill the MD grow_stack(). Call the MI vm_map_growstack()alc2002-04-043-35/+19
* Unbreak buildworld after include/Makefile,v 1.167 commit.ru2002-04-041-2/+2
* New release notes: UCONSOLE removed, viapm(4), geom(4), ifconfigbmah2002-04-042-6/+42
* o Add architecture specific segment types.marcel2002-04-041-0/+11
* o Reduce the gratuitous differences with NetBSD.imp2002-04-043-60/+34
* Use a relative path to libstand.. /usr/src/lib/libstand may not existpeter2002-04-042-2/+2
* Replace (deprecated ?) FREE() macro with direct calls to free()luigi2002-04-048-22/+22
* Try to sort out the correct way to generate async link state changewpaul2002-04-042-15/+73
* Fix incorrect m_free - m_freem() usage.luigi2002-04-041-3/+2
* Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.luigi2002-04-043-31/+20
OpenPOWER on IntegriCloud