summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make `make WARNS=3' succeed, notably, use %d to printf daddr_t value.charnier2002-04-122-33/+33
* Document that only superuser can use -c option. Add FBSDID. Make use of uid_tcharnier2002-04-122-13/+19
* Add FBSDID. Do not put spaces inside [] in usage string. Test memory allocationcharnier2002-04-122-12/+13
* Temporarily unconnect "doscmd" from build until I can fixru2002-04-121-1/+0
* Fixed the fatal breakage I introduced in the last commit.ru2002-04-121-1/+1
* Removed the cruft that became cruft after rev. 1.4.ru2002-04-121-5/+1
* Don't add -lstdc++ to LDADD, just let c++(1) link C++ programs.ru2002-04-121-5/+7
* Initialise ar.cflg, which contains the IA-32 registers cr0 and cr4. Sincedfr2002-04-122-0/+14
* Print extra information in printtrap() if the interrupted state was fordfr2002-04-121-7/+12
* Fix definition of va_start: We don't need to take the address ofmarcel2002-04-121-1/+1
* Add entries for selrecord.9.davidc2002-04-121-1/+2
* Forgot to commit this when I committed the rest of the hostap stuff.imp2002-04-121-0/+1
* Add a new man page that documents selrecord and selwakeup.davidc2002-04-121-0/+101
* After committing the forgotten IFM_IEEE80211_HOSTAP stuff to if_media.h,imp2002-04-121-10/+2
* Add hostap 802.11 media type.imp2002-04-121-0/+2
* Update the prototype for maybe_resched to take a thread not a ksegrp.davidc2002-04-121-15/+15
* -DWI_HOSTAP no longer neededimp2002-04-121-1/+1
* unifdef -DWI_HOSTAP, like OpenBSD doesimp2002-04-125-56/+5
* Add text describing the new type parameter, and rename descriptiondavidc2002-04-121-6/+17
* ifdef WI_HOSTAP some stuff that seems like it needs to be ifdef'd.alfred2002-04-121-0/+2
* Add sys/types.h to the list of required includes.davidc2002-04-122-0/+2
* Update the prototype for read_random to reflect that the count parameterdavidc2002-04-121-2/+2
* Really fix uniprocessor on IA64. Note to self: do not use variables beforepeter2002-04-121-1/+1
* Update the prototype for lockinit to reflect that wmesg is a const char *.davidc2002-04-121-1/+1
* Fix the prototypes for cpu_critical_exit and cpu_critical_enter and updatedavidc2002-04-121-23/+8
* Document the lock type argument of mtx_init().scottl2002-04-121-1/+5
* Change the script a bit to allow the creation of 'brouted' bridges.julian2002-04-121-11/+17
* Document the new size parameter.davidc2002-04-121-3/+23
* Document the new flags parameter.davidc2002-04-121-2/+5
* Update the .Fn line for SX_SYSINIT to include the parameter types.davidc2002-04-121-1/+1
* Update the .Fn line for MTX_SYSINIT to include the parameter types.davidc2002-04-121-1/+1
* Replace the original host WEP implementation with the one in OpenBSDimp2002-04-122-146/+130
* Fix corner case where m_len was not being initialized.hsu2002-04-121-1/+3
* Updated release note: OpenPAM Cinchona.bmah2002-04-112-14/+6
* New release note: sendmail startup script/options.bmah2002-04-112-0/+28
* Cosmetic changes to the previous commit, bringing it closer to what Ides2002-04-117-49/+49
* Knowledgeable persons assure me that RSA is preferable to DSA and that wedes2002-04-111-0/+2
* Add ActionTec HWC01170 and Linksys IWN2imp2002-04-111-0/+2
* Catchup to 1.32imp2002-04-111-1/+7
* Add ACTIONTEC HWC01170 from OpenBSDimp2002-04-111-0/+4
* Use the proc lock to protect p_ucred while we read a few items from it.jhb2002-04-111-3/+10
* Make this compile again when UMASS_DEBUG isn't defined.jhb2002-04-111-0/+2
* - Set the base priority of an ithread that has no handlers when we set itsjhb2002-04-111-3/+5
* Commented out locking that would be used in the ps command if locks werejhb2002-04-111-0/+5
* Use proc lock to protect p_ucred pointer while we deference it to read ajhb2002-04-111-0/+4
* Use td_ucred in a few spots.jhb2002-04-111-3/+3
* Use PTRACE_ARG3_TYPE of caddr_t.obrien2002-04-111-1/+5
* In the cross case we need to provide TARGET_MACHINE.obrien2002-04-111-1/+1
* Regenalc2002-04-115-6/+6
* Remove the requirement that Giant be held around osigreturn(). All platform-alc2002-04-111-1/+1
OpenPOWER on IntegriCloud