summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow selection of the affected terminal using redirectionrobert2002-07-242-1/+10
* Under #ifdef DIAGNOSTIC, NULL out componentname pointers if we free therwatson2002-07-241-2/+18
* Remove the outdated casts to "char *" from the setsockopt(2),yar2002-07-242-17/+15
* Move m_freem() from uipc_mbuf.c to subr_mbuf.c so it can take advantagebmilekic2002-07-242-8/+48
* Move whereis(1) relnote to 'userland changes' section.johan2002-07-242-10/+10
* Clean up the syslog(3) messages on the setsockopt(2) errors:yar2002-07-241-12/+14
* Teach whereis(1) about games.johan2002-07-243-5/+9
* Stick a dark comment in about the fact that the NFS server code allocatesrwatson2002-07-241-0/+7
* Catch up to rev 1.87 of sys/sys/socketvar.h (sb_cc changed from u_longmike2002-07-241-1/+1
* Move sio's ebus attachment to the MI files section so it is compiled injhb2002-07-242-1/+1
* Move sio_isa.c back to MD files files due to PC98 brain damage.jhb2002-07-246-1/+5
* MFi386: revision 1.407 (move the em driver entry to MI file)nyan2002-07-241-2/+0
* Remove the word IPSec to respect RFCs (for exampleblackend2002-07-241-1/+0
* When suspending a thread, update the appropriate (sic) statistic.julian2002-07-242-0/+2
* revert some of the handling of STOP signals injulian2002-07-241-8/+0
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-2412-30/+30
* Only log things net.inet.ip.fw.verbose is setluigi2002-07-241-1/+2
* Avoid calling el_resize() from a signal handler, even though libedittjr2002-07-243-2/+11
* Fix warning.jake2002-07-241-0/+4
* Attempt to clarify comment in selrecord.alfred2002-07-241-4/+8
* More userland section translationgioria2002-07-231-166/+164
* Install more man pages - I thought I'd committed this ages ago...des2002-07-231-0/+5
* Whitespace nit.des2002-07-231-1/+1
* Updated release notes: lint 20020719, smbfs-1.4.5, texinfo 4.2.bmah2002-07-232-8/+8
* Revert previous delta for cut(1) and calendar(1) as they were not appliedtrhodes2002-07-232-3/+11
* Catch SIGWINCH in interactive shells and call el_resize() to updatetjr2002-07-231-0/+15
* Introduce mb_free() to the MBP_PERSIST{,ENT} interface. What this meansbmilekic2002-07-231-17/+70
* Fix the sound driver vchan support to work when hw.snd.maxautovchanskan2002-07-231-1/+2
* Remove duplicate __FBSDID() - spotted by trying to build with a non-GNUjmallett2002-07-231-3/+0
* Mention the new bind(1) sh builtin.tjr2002-07-232-0/+3
* Fix DIOCGMEDIASIZE and DIOCGSECTORSIZE ioctls to work for allkan2002-07-231-13/+13
* Mention SAVENAME and SAVESTART in the namei(9) operation flag descriptionrwatson2002-07-231-0/+11
* Update ucred.9 to talk a bit more about correct use of credentials,rwatson2002-07-231-8/+58
* Turn on emacs line editing mode by default, as this is what most shells dojmallett2002-07-231-3/+7
* Call el_source() to read the contents of .editrc when line editing is enabled.tjr2002-07-231-0/+1
* s/ifdef/ifndef/.dcs2002-07-231-1/+1
* Add a `bind' builtin command, which is simply a wrapper around libedit'stjr2002-07-234-0/+24
* Dependencies are delimited by space not tab.ru2002-07-231-2/+2
* s/IPSEC/IPsec according to RFCsblackend2002-07-232-2/+2
* de-count pcipeter2002-07-239-9/+9
* de-count pci now that ahc/ahd are taken care of.peter2002-07-233-3/+3
* pci is (finally) no longer a 'count' device. ahc/ahd were the lastpeter2002-07-231-1/+1
* Minimal tweak to not depend on NPCI, but still maintain portabilitypeter2002-07-232-6/+12
* Handle directories correctly.eric2002-07-231-3/+6
* o Lock page queue accesses by vm_page_dontneed().alc2002-07-232-4/+5
* - Pass the VM_ALLOC_WIRED flag to vm_page_alloc() in pmap_growkernel() soarr2002-07-231-5/+2
* o Extend the scope of the page queues lock in vm_pageout_scan()alc2002-07-231-2/+1
* - Make use of the VM_ALLOC_WIRED flag in the call to vm_page_alloc() inarr2002-07-231-12/+12
* Add '+FreeBSD' to the version string, to reflect that this programfenner2002-07-232-2/+4
* Add NULL check for the output buffer from AcpiEvaluateObject().iwasaki2002-07-231-2/+2
OpenPOWER on IntegriCloud