aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-0425-168/+168
* It is probably too early to drop the dev_t argument for the ttyld_open()Poul-Henning Kamp2004-06-041-2/+2
* Move the line discipline related stuff out of <sys/conf.h> and intoPoul-Henning Kamp2004-06-043-303/+50
* Note the removal of the midi drivers.Seigo Tanimura2004-06-041-0/+5
* Fix a grammatical mistake: the PC3 character sequences *are* also supported.Peter Pentchev2004-06-041-1/+1
* Regenerate.John Baldwin2004-06-043-4/+4
* Mark linux_wait4() as MP Safe as it is so and holding Giant across all ofJohn Baldwin2004-06-041-1/+1
* Add missing <sys/module.h> #includesPoul-Henning Kamp2004-06-044-0/+4
* Add missing <sys/module.h> #includesPoul-Henning Kamp2004-06-046-0/+6
* Handle read_block() failures by ignoring the disk rather thanBrian Somers2004-06-044-10/+34
* Add austrian calendar as install target.Josef El-Rayes2004-06-041-1/+2
* Remove a stale comment.Tim J. Robbins2004-06-042-8/+0
* When we go to read the next tar header, if we get zero bytes, acceptTim Kientzle2004-06-041-3/+22
* Add a devclass level to the dev sysctl tree, in order to support per-Dag-Erling Smørgrav2004-06-042-10/+66
* Add missing links.Pawel Jakub Dawidek2004-06-041-0/+5
* Whitespace cleanup.Dag-Erling Smørgrav2004-06-041-7/+7
* Convert fsbtoblk() from a macro to a function. The redundantDavid Schultz2004-06-041-8/+13
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-0416-112/+48
* Get rid of ttyregister(). All drivers now use ttymalloc() for structPoul-Henning Kamp2004-06-042-9/+2
* Use ttymalloc() instead of ttyregister().Poul-Henning Kamp2004-06-044-15/+12
* Use ttymalloc() instead of ttyregister(). Use ttyioctl() instead ofPoul-Henning Kamp2004-06-041-8/+6
* Write segments to core dump files in maximally-sized chunks that neitherTim J. Robbins2004-06-041-8/+21
* Grrr. Really check subr_ndis.c in this time. (fixed my_strcasecmp())Bill Paul2004-06-041-13/+19
* Unbreak the Intel 2100 Centrino wireless driver (and probably others):Bill Paul2004-06-041-7/+12
* Mark sun_noname as const since it's immutable. Update definitionsRobert Watson2004-06-044-8/+8
* Move the definitions of SWAPBLK_NONE and SWAPBLK_MASK from vm_page.h toAlan Cox2004-06-043-13/+8
* Be more careful about the initial read (used for "tasting" the compression):Tim Kientzle2004-06-041-1/+12
* Have /usr/bin/tar be a symlink to /usr/bin/gtar ratherTim Kientzle2004-06-041-1/+1
* Oops. Forced commit to document that the previous commitTim Kientzle2004-06-030-0/+0
* Style-istic fix to a number of #define's that were not followed by a tab...Garance A Drosehn2004-06-031-16/+16
* Pointy hat: sticky bit 't' or 'T' is shown over IXOTH bit, not IXGRP. <sigh>Tim Kientzle2004-06-032-2/+2
* Add a 'D' flag that can be specified on entries in newsyslog.conf.Garance A Drosehn2004-06-032-1/+41
* Refactor the extraction code somewhat. In particular,Tim Kientzle2004-06-034-120/+105
* Automatically recognize the WRAP.1C and Soekris 4801 platforms and configurePoul-Henning Kamp2004-06-031-14/+35
* Add new bios_string() which will hunt for a string inside a given rangePoul-Henning Kamp2004-06-034-0/+46
* Plug a file descriptor leak.Brian Somers2004-06-031-7/+13
* Change standard processing to use the newer createlog() routineGarance A Drosehn2004-06-031-56/+33
* MFi386: add ixgp devicePeter Wemm2004-06-031-0/+1
* The NatSemi (now AMD) Geode SC1100 needs special treatment here and therePoul-Henning Kamp2004-06-033-0/+9
* MFi386: apic intpin programming updates etc.Peter Wemm2004-06-034-110/+131
* MFi386: remove debug printfPeter Wemm2004-06-031-2/+0
* Move module.h include to the same place as on i386 for diff reduction.Peter Wemm2004-06-031-1/+1
* MFi386: move cpu_nameclass struct next to its only consumerPeter Wemm2004-06-032-6/+4
* - Comment out NULL, NULL barrier for Unix domain sockets section as theJohn Baldwin2004-06-031-1/+2
* Add __BEGIN_DECLS / __END_DECLS so this can be used in C++ code.Dag-Erling Smørgrav2004-06-031-0/+4
* Plug small memory leak.Lukas Ertl2004-06-031-0/+1
* Remove checks for curthread == NULL - it can't happen.Tim J. Robbins2004-06-039-45/+27
* Fix the ordering in the description of the dlsym() lookup procedure toPeter Pentchev2004-06-031-4/+4
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-0319-0/+19
* Add missing <sys/module.h> instances which were shadowed by the nestedPoul-Henning Kamp2004-06-0313-1/+15