summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't try to free() an address returned by mmap(). This appears to beemaste2011-08-041-13/+20
* Clean up markup.ru2011-08-041-31/+30
* Undo this for now. It's "right", but it means everything will rely onadrian2011-08-033-25/+1
* Fix two more $FreeBSD$ keywords.brooks2011-08-032-2/+2
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-0322-1430/+1083
* Enable keyword expansion for $FreeBSD$ on files where it was added itbrooks2011-08-030-0/+0
* Unbreak catman(1) by removing calls to col(1).uqs2011-08-031-1/+1
* Add support for dynamically adjusted buffers to allow the full use ofbrooks2011-08-0331-43/+747
* Fix an NFS server issue where it was not correctly setting the eof flag when azack2011-08-031-5/+5
* Add in a dirty hack that allows for AR9280/AR9285/AR9287 embeddedadrian2011-08-033-1/+25
* * Fix a clash in structure naming which occurs with (closed source)adrian2011-08-031-3/+3
* fix a serious bug in libproc's proc_attachavg2011-08-031-2/+1
* Remove the EEPROM minor >= 19 check for txgaintype; that's only needed foradrian2011-08-031-2/+1
* Cross a T and dot an I:marcel2011-08-021-2/+3
* It's invalid to use GLOBAL() for kernload_ap, as the macro switchesmarcel2011-08-021-1/+2
* There's no ':' after GLOBAL(). Missed due to no SMP testing.marcel2011-08-021-1/+1
* Always disable mount and unmount for jails with enforce_statfs==2.mm2011-08-022-3/+9
* For mount, discover f_mntonname from supplied path argumentmm2011-08-021-7/+42
* Corrections for the iBCS2 support that seems to regressed from 4.x times.kib2011-08-021-30/+34
* Fix for arm and mips case the size of storage for sintrcnt/sintrnames.attilio2011-08-023-5/+5
OpenPOWER on IntegriCloud