summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing \n's.adrian2012-03-081-2/+2
* Save more of config space for PCI Express and PCI-X devices.kan2012-03-083-0/+127
* Add support for ns timestamps and birthtime to the ext2/3 driver.pfg2012-03-087-23/+74
* Free up allocated memory used by posix_fadvise(2).pho2012-03-082-1/+4
* Add KTR_VFS traces to track modifications to a vnode's writecount.jhb2012-03-085-3/+26
* Add a new sched_clear_name() method to the scheduler interface to clearjhb2012-03-087-0/+41
* Correct markup, use proper reference for sysctl(3)emaste2012-03-081-2/+4
* Document P_ORPHAN.kib2012-03-081-1/+2
* syscall() fuzzing can trigger this panic. Return EINVAL instead.pho2012-03-081-2/+2
* Merge from OpenBSD:glebius2012-03-081-2/+2
* Add new USB device IDs.hselasky2012-03-083-0/+4
* Work around broken BIOS memory reportingemaste2012-03-081-2/+9
* Remove unactionable message about label geometryemaste2012-03-081-7/+0
* - 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
OpenPOWER on IntegriCloud