summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix bus error in newsyslog by making sure that fields in struct fpemukmacy2006-10-121-0/+1
* Fix support for IBM/Lenovo Thinkcentre M52 series. Its vendorid / 0x1014ariff2006-10-121-16/+44
* Remove redundant casts. The casts inside the macros should beimp2006-10-121-4/+4
* Mark up keywords with .Cm.trhodes2006-10-121-5/+11
* Might as well move to the right place if we are not there.julian2006-10-111-0/+2
* let the user know what configurations are available when asking for it.julian2006-10-111-13/+22
* Spell proc/sys/kernel/pid_max correctly in a comment.keramida2006-10-111-1/+1
* Fix a few nits with the last revisionthompsa2006-10-111-3/+3
* Recognize 802.1q frames in Ethernet input and process them.glebius2006-10-111-1/+29
* Improve ktr(4) logging for callout(9) subsystem. Log all inserts andglebius2006-10-111-7/+23
* Document '-w' from main.c rev. 1.11.obrien2006-10-111-0/+8
* Do not leak hooks in ng_bypass().glebius2006-10-111-0/+3
* o Follow the trend and try to explain what the slow device is.maxim2006-10-111-3/+5
* Make it buildable.glebius2006-10-111-1/+1
* Unbreak a short one.glebius2006-10-111-2/+1
* Break long line.glebius2006-10-111-1/+2
* Use hash functions with better distribution. Tested on live traffic.glebius2006-10-111-12/+12
* o Do not do args->f_id.addr_type == 6 when there ismaxim2006-10-111-2/+2
* o Kill a nit in the comment.maxim2006-10-111-1/+1
* o Extend not very informative ipfw(4) message 'drop session, too manymaxim2006-10-111-2/+32
* Use bitcount32() from sys/systm.h instead of my own.glebius2006-10-111-17/+4
* Fix style(9) bugs in previous commit.trhodes2006-10-111-7/+4
* - Update the baudrate every time the parent changes its link state.glebius2006-10-111-3/+4
* Add the -P option back, but with a note that it is not supported on FreeBSD.trhodes2006-10-111-0/+6
* Add powerpc stuff.delphij2006-10-112-0/+42
* Sync with latest English revisions.delphij2006-10-1114-262/+557
* Merge the rest of my changes.ru2006-10-111-13/+26
* Fix the prompt string.ru2006-10-111-1/+1
* Fix CPU value.ru2006-10-111-1/+1
* Using the ptr defines broke the powerpc build - convert set_mmfsa to the samekmacy2006-10-111-2/+2
* Forced commit to note that the previous commit also did the following:bde2006-10-100-0/+0
* Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-1015-98/+224
* Document the `kill' command.bde2006-10-101-8/+19
* Don't pass unused bufsz to kern_shmctl().jhb2006-10-101-7/+6
* Only try to copyin a msqid for the IPC_SET command to msgctl(). Otherjhb2006-10-101-5/+6
* Remove unnecessary casts before PTRIN().jhb2006-10-101-11/+11
* - Grammar and typo fixesmarkus2006-10-101-12/+11
* Adhere to POSIX: the -m option only applies to the newly createdru2006-10-101-13/+21
* Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT.jhb2006-10-102-4/+4
* Distinguish between two distinct kinds of errors from VOP_BMAP() inalc2006-10-101-2/+12
* Remind firmware of the ESSID to use in a directed scan. This fixes scanningmlaier2006-10-101-3/+17
* Do allow jailed superuser to override the port ACL.rwatson2006-10-101-1/+1
* Mark the audit system calls as being un-implemented in jails. Currently we docsjp2006-10-101-0/+19
* Guard against invalid metadata.pjd2006-10-101-0/+6
* Be sure to not create devices with (mediasize % sectorsize) != 0.pjd2006-10-101-0/+1
* Be sure to not create device whichpjd2006-10-101-0/+1
* o From kern_prot.c::p_cansignal():maxim2006-10-101-2/+2
* Sort some of the most inconsistently ordered descriptions of commandsbde2006-10-101-36/+36
* Fix markup botched in previous commit.ru2006-10-101-2/+2
* Do not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystemkib2006-10-105-34/+89
OpenPOWER on IntegriCloud