summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make the last fix work properly on descriptors 1 and 2 (not just 0)brian2001-07-041-1/+1
* Make sure you don't have a file descriptor leak for the 'real'mjacob2001-07-041-1/+5
* Install it with mode 550, and with default group ${BINGRP}.ru2001-07-041-3/+2
* - Document that this program is available to root only.ru2001-07-041-4/+16
* Describe the condition when EACCES is returned more explicitly.dd2001-07-041-1/+3
* MFCs noted: ALS4000 driver, ifconfig(8) support for IEEE 802.11bmah2001-07-042-6/+8
* Check the void * argument in the AC_FOUND_DEV case against NULL. Whethermjacob2001-07-047-1/+16
* Follow Bruce's suggestions. They're probably wrong, but better than before.mjacob2001-07-041-3/+10
* Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation.mjacob2001-07-041-11/+115
* Handle any of descriptors 0, 1 or 2 being closed when we'rebrian2001-07-041-1/+18
* Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop.jake2001-07-044-6/+58
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.brian2001-07-038-7/+67
* Don't accept chap80lm by default - it doesn't work.brian2001-07-031-1/+1
* Silence some gcc warningsbrian2001-07-031-0/+4
* Constify the format string.des2001-07-032-2/+2
* Make fdformat WARN=2 ready.joerg2001-07-032-11/+9
* Use correct type of argument to fgetln.mjacob2001-07-031-1/+2
* mdoc(7) police: fix spacing and punctuation issues.dd2001-07-031-3/+2
* mdoc(7) police: fix spacing issues.dd2001-07-031-6/+5
* mdoc(7) police: fix spacing issuedd2001-07-031-4/+4
* Account for the machdep.msgbuf -> kern.msgbuf renaming.tmm2001-07-031-1/+1
* Use the kern.msgbuf sysctl to get the message buffer on a runningtmm2001-07-032-32/+44
* Make the code to read the kernel message buffer via sysctl machine-tmm2001-07-033-84/+45
* drop setgid bit. ifmcstat(8) is not audited, and is needed only for root.ume2001-07-031-1/+1
* properly check DES weak key. KAME PR 363.ume2001-07-031-5/+2
* * simplifycg2001-07-032-823/+325
* Don't give a bad example by starting a struct tag name with anjoerg2001-07-031-1/+1
* Remove spl's in uio_yield() that are covered by the sched_lock.jhb2001-07-031-3/+0
* Fix a typo: "must be have" -> "must have"yar2001-07-031-1/+1
* First, fix a leftover of the cut'n'paste from the kld* pages:yar2001-07-031-2/+6
* Use correct paths to postfix the way we install iteivind2001-07-031-4/+4
* remove obsolete typedefs.cg2001-07-033-7/+5
* use TAILQ_FOREACH() in searching address listume2001-07-031-2/+1
* Add Transmeta Crusoe LongRun support.iwasaki2001-07-034-1/+470
* Fixed the world breakage in rev. 1.8 (space after -I).ru2001-07-031-1/+2
* Remove duplicate $FreeBSD$ lines.dd2001-07-036-17/+0
* New release notes: network device cloning, ich sound driver.dd2001-07-032-0/+20
* Mention hardware supported by the new ich sound driver.dd2001-07-032-0/+4
* Remove commented-out garbage that skipped updating schedcpu() stats forjhb2001-07-031-2/+0
* Just check p_oncpu when determining if a process is executing or not.jhb2001-07-031-4/+1
* Axe spl's that are covered by the sched_lock (and have been for quitejhb2001-07-031-30/+4
* Add a manpage for the acpi super-device. This is still fairly brief, andmsmith2001-07-032-0/+284
* Include the wait message and channel for msleep() in the KTR tracepoint.jhb2001-07-031-1/+2
* Fix a XXX comment by moving the initialization of the number of pbuf'sjhb2001-07-031-9/+9
* Remove bogus need_resched() of the current CPU in roundrobin().jhb2001-07-031-3/+6
* Grab Giant around postsig() since sendsig() can call into the vm tojhb2001-07-032-6/+2
* Quiet warning by removing ast() prototype.jhb2001-07-032-2/+0
* Allow Giant to be recursed when a process terminates.jhb2001-07-036-12/+12
* Argh...this isn't ready for WARNS=2 on alpha.mikeh2001-07-031-1/+0
* Constify and lockdown with WARNS=2.mikeh2001-07-033-25/+26
OpenPOWER on IntegriCloud