summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Temporarily disable amd for import.obrien2007-12-051-1/+0
* - Puts default limits on 4k/9k and 16k zones for mbufs all basedrrs2007-12-051-6/+67
* This commit was generated by cvs2svn to compensate for changes in r174289,obrien2007-12-0512-655/+0
* Revise the markup.ru2007-12-051-275/+382
* Bring in support for: Marvell Yukon 8039remko2007-12-053-1/+6
* Use curthread instead of the FIRST_THREAD_IN_PROC for vnlru and syncer,kib2007-12-051-15/+42
* Stop serial console and gdb serial port from getting all screwed up.julian2007-12-051-1/+1
* In nmount(), internally convert the mount option: "rdonly" to "ro".rodrigc2007-12-051-3/+6
* Apply a workaround for the unkillable jail problem where some devices createdthompsa2007-12-051-0/+2
* Support monitor mode where the frame is discarded after bpf and stats process...thompsa2007-12-051-0/+5
* Remove obsolete comment on a way of getting kernel configuration file fromwkoszek2007-12-041-2/+1
* Cast address of 'bssid' to uint8_t since printf() expects to get unsignedwkoszek2007-12-041-1/+1
* Cast 'data' to 'u_char', as printf() requires this type to be unsigned. Thiswkoszek2007-12-041-1/+1
* Remove redundant checks for msgsnd(3) and msgrcv(3).jkim2007-12-041-6/+0
* Explicitly initialize 'ret' to 0'. It lets one to build tmpfs from thewkoszek2007-12-041-0/+2
* - More fixes for the non-blocking msg send, had the skip of the pre-blockrrs2007-12-042-4/+5
* Explicitly initialize 'error' to 0 (two places). It lets one to build tmpfswkoszek2007-12-041-1/+3
* Increment __FreeBSD_version on account of changes to the jumbo framesalc2007-12-041-1/+1
* - Opps, signedness issue with one of the new var's (this is an issuerrs2007-12-041-1/+1
* - Found a problem in non-blocking sends. Whenrrs2007-12-044-86/+115
* For the sake of convenience, print the name of the network interfaceyar2007-12-041-2/+2
* - Explicitly verify if all needed libs were found by ldd(1). Do soyar2007-12-041-6/+14
* Fix the ABI change of the signal delivered on the access to the pagekib2007-12-042-4/+58
* Implement fetching of the __FreeBSD_version from the ELF ABI-tag note.kib2007-12-046-5/+49
* Check for the program headers alignment of the ELF images beforekib2007-12-041-3/+10
* The __used (== __attribute__((__used)) ) silences the warning producedkib2007-12-041-1/+1
* Correct an error under COUNT_IPIS within pmap_lazyfix_action(): Incrementalc2007-12-041-1/+1
* Style change: Use NULL rather than 0 where appropriate.alc2007-12-041-3/+3
* Fix SACK negotiation that was broken in rev 1.105.silby2007-12-041-1/+1
* Introduce an UMA backend page allocator for the jumbo frame zones thatalc2007-12-041-0/+33
* If a Zip entry has the "length at end" flag set, then just ignorekientzle2007-12-041-1/+2
* update copyrightssam2007-12-046-34/+6
* update copyright'ssam2007-12-046-34/+6
* When compiled with the combination of flags used to build crunchedkensmith2007-12-041-1/+1
* MFV of tzdata2007jedwin2007-12-044-14/+27
* Update with data from Newsletter VI-1 2007-09-21:edwin2007-12-041-0/+5
* Implement functions required by some ndis drivers.thompsa2007-12-032-0/+68
* Remove compatibilty defines to simplify reading the code, this is around 10% ofthompsa2007-12-033-325/+0
* Display per-thread command line in TDNAME field for -k and -t; ifrwatson2007-12-032-21/+71
* Make sure we set the locale to "C" when testing thousands' separatordas2007-12-031-2/+2
* Merge BIND 9.4.2 into main chunk.ume2007-12-032-18/+25
* This commit was generated by cvs2svn to compensate for changes in r174223,ume2007-12-031-2/+2
|\
| * Vendor import of BIND 9.4.2ume2007-12-033-21/+32
| * Vendor import of BIND 9.4.1ume2007-06-031-2/+7
* | When a symbol name can't be resolved, return "??" as the name, ratherrwatson2007-12-031-2/+2
* | Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are nodes2007-12-034-11/+11
* | Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affectingariff2007-12-031-2/+2
* | Do not allow the SNPSTTY ioctl for the snoop device that has a ttykib2007-12-031-0/+3
* | Restore the branding of the ELF executables. The structure was optimized out.kib2007-12-031-1/+1
* | Catch up pc98 for i386 stack(9) changes:rwatson2007-12-032-0/+7
OpenPOWER on IntegriCloud