summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clarify upper/lower conversion description more.ache2003-08-051-7/+4
* Change gcc-specific aggregate initialization member specifiersdds2003-08-052-12/+12
* Remove extraneous semicolons. They are already provided bydds2003-08-051-4/+4
* add support for using kqueue to watch bpf sockets.jmg2003-08-053-10/+85
* Use sparse struct initialization for struct pagerops.phk2003-08-052-260/+12
* Change the implementation of swap backing to use the VM system in normalphk2003-08-051-23/+59
* Use sparse struct initializations for struct pagerops.phk2003-08-055-53/+28
* Remove redundant declarations.das2003-08-051-2/+0
* Don't overflow the block quota calculations for NFS mounts.das2003-08-051-3/+3
* Only drop Giant around the drivers ->d_strategy() if the buffer is notphk2003-08-051-1/+1
* Add a B_KEEPGIANT flag so non-SMPng code can get preferential treatment.phk2003-08-051-1/+1
* DIGIT can be only 0-9 according to POSIXache2003-08-051-1/+1
* Explain better what happens when [:lower:] <-> [:upper:]ache2003-08-051-0/+19
* Support for the Amharic locale.mtm2003-08-0513-5/+251
* Back out LC_ALL=C since tr here supposed to run under clean env -iache2003-08-051-11/+11
* - Use /dev/fwX.Y rather than /dev/fwX.simokawa2003-08-052-31/+71
* Change device name.simokawa2003-08-051-2/+2
* Change device name notation.simokawa2003-08-054-54/+141
* Enable IFCAP_VLAN_MTU and increase MTU for it.simokawa2003-08-052-4/+6
* Make the second argument to sooptcopyout() constant in order tohsu2003-08-052-5/+2
* In the mknod(), mkfifo(), link(), symlink() and undelete() syscalls,iedowse2003-08-052-10/+46
* In _bus_dmamap_load_buffer(), only count the number of bounce pages needed ifscottl2003-08-042-2/+4
* Fix logic bug in the previous commit. Any region less than 5 is amarcel2003-08-041-1/+1
* LANG->LC_ALLache2003-08-047-29/+29
* Do some minor Giant pushdown made possible by copyin, fget, fdrop,dwmalone2003-08-042-19/+14
* gif -> pngdes2003-08-041-1/+1
* Moved the WORLDDIR variable description to the Optional Variables section.ru2003-08-041-7/+7
* Adjust a comment to remove staleness and take slightly less implementationjhb2003-08-041-6/+2
* - GC unused cpu_thread_link().jhb2003-08-043-18/+1
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-0410-66/+0
* Set td_critnest to 1 when setting up a thread since it is a MI field withjhb2003-08-043-1/+3
* Insert cosmetic spaces.jhb2003-08-041-2/+2
* Allow foot shooting as Linux emulation needs it.julian2003-08-043-5/+7
* Note which machine consoles support booting from KZPEA aka Adaptec 39160wilko2003-08-041-6/+14
* Use LANG=C before egrep A-Z and tr A-Zache2003-08-041-4/+4
* Prepend LANG=C to all tr 'a-z' 'A-Z' and vice versa.ache2003-08-041-11/+11
* Use LANG=C before tr to be sure that ranges are correctache2003-08-041-1/+1
* Use LANG=C before tr to be shure that ranges are correctache2003-08-041-1/+1
* Fix problem differently, useache2003-08-041-10/+10
* Modified release note: Clarify SA-03:08 note.bmah2003-08-042-4/+8
* Fix problem differently, use ache2003-08-041-1/+1
* Fix problem differently, useache2003-08-041-1/+1
* Minor wordsmithing on previous commit.bmah2003-08-041-2/+2
* Use tr '[:lower:]' '[:upper:]' to work with any localeache2003-08-042-11/+11
* Fix double-wrong tr usage: tr '[a-z]' '[A-Z]'ache2003-08-041-1/+1
* SA-03:08 does not affect FreeBSD 5.1-RELEASE.rushani2003-08-041-2/+3
* A Perl script which tries to "compress" headers by removing comments anddes2003-08-042-0/+106
* Chase the doc ports.jhay2003-08-041-2/+5
* Merge the following from the English version:rushani2003-08-041-2/+10
* Add support for multiple CPUs to cpuinfo.des2003-08-041-8/+18
OpenPOWER on IntegriCloud