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