summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Clean up extra ${.OBJDIR}.hrs2012-03-081-44/+45
* Inbound TCP-MD5 digest validation is now supportedemaste2012-03-081-3/+4
* Make parallel build more safer.jkim2012-03-071-8/+10
* Make the mps(4) module depend on the cam module.ken2012-03-071-0/+1
* Add lib32 part for libutil after its version bump to 9.pluknet2012-03-071-0/+3
* Remove the PAE-specific 2GB DMA boundary since HEAD now supports a proper 4Gjhb2012-03-071-11/+0
* Use bus_get_dma_tag() to inherit the 4G boundary restriction from thejhb2012-03-072-8/+2
* Use bus_get_dma_tag() to inherit the PCI bus' 4G boundary constraint.jhb2012-03-071-1/+1
* Simplify the PCI bus dma tag code a bit. First, don't create a tag atjhb2012-03-072-8/+15
* Improve multi-line kernel ident parsingemaste2012-03-071-3/+4
* In batch mode, exit after receiving SIGINT, instead of immediatekib2012-03-071-0/+4
* Move struct if_data basic description to a more suitable place, and removepluknet2012-03-071-14/+9
* o Sync LOCK_PROFILING manpage with the current code: removemaxim2012-03-071-27/+9
* Reflect that if_output changed to take a struct route as its fourthpluknet2012-03-071-1/+1
* Update ifa_rtrequest() description after post-4.4BSD change made in r85074.pluknet2012-03-071-9/+6
* The pipe_poll() performs lockless access to the vnode to testkib2012-03-074-15/+14
* Move the vlan buffer space into the union which also fixes an unused variablethompsa2012-03-071-2/+2
* Add support for the MosChip MCS9904 four serial portsremko2012-03-071-0/+2
* Fix typo and bump the document date which I also forgot.thompsa2012-03-071-2/+2
* Get rid of duplicated versions of the KSU bits.jmallett2012-03-063-13/+8
* Add the ability to set which packet layers are used for the load balance hashthompsa2012-03-065-15/+150
* Break long lines.ray2012-03-061-25/+44
* Remove EoL whitespaces.ray2012-03-061-67/+66
* Fix build of libc.so after r232620. This caused a duplicate definitiondim2012-03-061-0/+6
* Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all scenarios.adrian2012-03-063-69/+305
* Add a note to clarify why we create a relocated copy of boot1 in lowerjhb2012-03-061-1/+4
* Remove unused file.jmallett2012-03-061-124/+0
* After r232498, programs built with -ansi or -std=c89 including <ctype.h>dim2012-03-062-3/+3
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedattilio2012-03-069-22/+4
* - Remove one more no-op #ifndefgonzo2012-03-061-2/+0
* At the risk of reducing source compatibility with old NetBSD and Sprite:jmallett2012-03-0610-489/+79
* Provide wbwd(4), a driver for the watchdog timer found on variousbz2012-03-0611-0/+859
* Fix building with WITHOUT_INET_SUPPORT set.bz2012-03-061-2/+4
* Properly mask off bits that are not supported in the IAP counters.gnn2012-03-061-1/+1
* Use = rather than == for expressions to test(1) builtin(1) in sh(1) tobz2012-03-061-1/+1
* Add LUN resizing to CTL. Also make it possible to explicitly settrasz2012-03-0610-15/+441
* Remove some duplicated copyright notices.theraven2012-03-062-10/+0
* Remove if_watchdog remnants after if_timer/if_watchdog removal in r199975.pluknet2012-03-061-2/+0
* Make racct and rctl correctly handle jail renaming. Previouslytrasz2012-03-063-8/+84
* Fix a typo: use lower case in "A Shorthand".pluknet2012-03-061-1/+1
* Kill EoL whitespaces.pluknet2012-03-061-5/+5
* Cosmetic nit:pluknet2012-03-061-10/+10
* The missing part of r232588 that documents ifaddr_byindex() itself.pluknet2012-03-061-0/+4
* - ifnet_addrs has gone and replaced by ifaddr_byindex(), as per r83130pluknet2012-03-061-5/+16
* Garbage collect some unused symbols.jmallett2012-03-061-8/+0
* Make the native sigreturn just wrap set_mcontext, much as freebsd32_sigreturnjmallett2012-03-061-34/+5
* Store TLS base in the sigframe just as is done in freebsd32_sendsig. Becausejmallett2012-03-061-0/+1
* Fix two and a half oversights in COMPAT_FREEBSD32 related to contexts andjmallett2012-03-062-3/+4
* When emulating rdhwr for TLS, use the 32-bit offset under COMPAT_FREEBSD32.jmallett2012-03-062-0/+12
* - Switch ARM and MIPS to TLS Variant Igonzo2012-03-061-3/+10
OpenPOWER on IntegriCloud