summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to a 7-Aug-2011 release.ru2011-08-0910-43/+98
* Do not block zero report ID. It is correct value for devices with singlemav2011-08-091-1/+1
* Make clear that the -U option can be dangerous. [1]dougb2011-08-092-6/+10
* Remove this call, now that I've solved the radar module problem withoutadrian2011-08-091-6/+0
* Fix buffer overflow in sys/boot/common/util.c's printf(), when printingdim2011-08-081-1/+1
* Create timeval2timespec() and timespec2timeval().jonathan2011-08-081-0/+18
* And add another missing brace. Another pointy hat moment.adrian2011-08-081-1/+1
* Bitten again by the optional HALDEBUG compilation.adrian2011-08-081-4/+0
* The older HAL code sets up the regulatory domain once; FreeBSD/net80211adrian2011-08-081-13/+42
* When setting a fixed channel on adapters with 11n support the scanbschmidt2011-08-081-1/+9
* Introduce some more DFS related hooks, inspired both by local workadrian2011-08-087-2/+47
* .. and add a missing bracket.adrian2011-08-081-1/+1
* Fix method naming to match the reference HAL definition.adrian2011-08-081-1/+1
* Revert r224655 and r224614 because vn_fullpath* does not always workmm2011-08-081-79/+7
* Add another HAL method - ah_isFastClockEnabled - which returns AH_TRUEadrian2011-08-088-0/+29
* Change "options NFSCLIENT" to "options NFSCL" in diskless.8,rmacklem2011-08-081-2/+2
* In rtinit1(), before rtrequest1_fib() is called, info.rti_flags iskevlo2011-08-081-1/+1
* catstrg() does not set the resulting string length.kevlo2011-08-081-0/+1
* Fix a pathname (s,netinet/if_ether.h,net/ethernet.h,).hrs2011-08-081-1/+1
* Merge revision 3554 from libarchive's release/2.8 branch:mm2011-08-073-16/+27
* Change all the sample kernel configurations to usermacklem2011-08-0728-66/+66
* Convert pmcstat about using cpuset_t rather than relying on plain 32 bitattilio2011-08-073-74/+81
* Change lwp to int64_t as thr_pread_long() always uses a 64-bit valuemarius2011-08-071-4/+4
* Add compatibility for ISO images created with unfixed makefs thatmm2011-08-0711-35/+317
* Fix NetBSD PR bin/44114:mm2011-08-071-7/+8
* Fix an error in kmem_alloc_attr(). Unless "tries" is updated,alc2011-08-071-0/+1
* Properly initialise the "len" argument to getsockname(2) in the tcpdroprwatson2011-08-061-0/+1
* Compile fbsd-threads.c. Amongst others this is necessary for a workingmarius2011-08-062-0/+3
* Implement functions necessary for compiling fbsd-threads.c.marius2011-08-062-0/+61
* Implementmarius2011-08-061-5/+30
* Use the size of struct fpreg rather than of the pointer to it when copyingmarius2011-08-061-2/+5
* The tid member of struct pthread actually is long so read it as such.marius2011-08-061-8/+8
* - Merge from r147740:marius2011-08-061-3/+6
* Remove a shortcut which is invalid with MAXCPU > IDR_CHEETAH_MAX_BN_PAIRS.marius2011-08-061-8/+0
* Add support for PBVM addresses. In a nutshell this means:marcel2011-08-061-7/+81
* Rather than edit the nsswitch.conf file based on ${MK_NIS} == "no"dougb2011-08-062-11/+15
* Gavin documented these alternate options in good faith in r222751dougb2011-08-061-7/+4
* Fix a silly typo on my part.dougb2011-08-061-1/+1
* Fix kernel core dumps now that the kernel is using PBVM. The basicmarcel2011-08-061-1/+4
* Follow-up commit: refactor pmap_kextract() to make it easier tomarcel2011-08-051-17/+28
* Remove stray semicolon in pmap_kextract() that turned the conditionalmarcel2011-08-051-1/+1
* Make octeon_ap_boot 64 bits to handle MAXCPU up to 64.marcel2011-08-052-12/+26
* Expect fchflags(2) to fail with EOPNOTSUPP on NFS.jonathan2011-08-051-2/+11
* Remove NIS entries from /etc/nsswitch.conf for WITHOUT_NIS.ed2011-08-051-0/+4
* For POLA reasons, disable SGR sequences in catpages.uqs2011-08-051-1/+1
* Add back ftp4, a new machine has taken its place. ftp2 and ftp8 are both IPv6...roberto2011-08-051-2/+3
* The change in r224615 didn't take into account that vn_fullpath_global()mm2011-08-051-31/+68
* Flesh out the cap_test regression test.jonathan2011-08-043-0/+388
* The release/pc98/mkisoimages.sh added as part of r221466 now also takes "-b"marius2011-08-041-4/+0
* Flesh out the cap_test regression test.jonathan2011-08-045-344/+319
OpenPOWER on IntegriCloud