aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/conf.h
Commit message (Expand)AuthorAgeFilesLines
* Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp1998-02-131-1/+2
* Add better support for larger I/O clusters, including larger physicalJohn Dyson1998-01-241-1/+2
* Staticized.Bruce Evans1997-11-221-3/+1
* Clustered read and write are switched at mount-option level.KATO Takenori1997-09-271-2/+11
* Update interfaces for poll()Peter Wemm1997-09-141-5/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-0/+7
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp1996-07-231-1/+3
* Merge in Lite2: stylistic changes to function prototypesJeffrey Hsu1996-03-111-19/+32
* Removed my devsw access functions [un]register_cdev() andBruce Evans1995-12-141-4/+1
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-5/+5
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-101-13/+10
* Last commit this round: Staticize.Poul-Henning Kamp1995-12-101-2/+1
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-5/+8
* Moved prototypes for rawread(), rawrite() and setconf() to a better place.Bruce Evans1995-12-051-5/+9
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-1/+7
* Replaced bogus macros for dummy devswitch entries by functions.Bruce Evans1995-11-061-15/+41
* Replaced bogus macros for entry points to unconfigured line disciplinesBruce Evans1995-11-051-14/+24
* Workaround for conflicting kernel prototypes in user mode breaking make worldPeter Wemm1995-11-051-3/+3
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-1/+3
* add the file kern_conf.c so it can be compiled in when neededJulian Elischer1995-10-041-1/+5
* Make pcvt and syscons live in the same kernel. If both are enabled, thenBruce Evans1995-09-101-2/+18
* d_stop functions always returned void. Fix the declaration of d_stop_tBruce Evans1995-09-081-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Changed swap partition handling/allocation so that it doesn'tDavid Greenman1995-05-141-2/+1
* The death of `options NODUMP'. Now the dump area can be dynamicallyGarrett Wollman1995-05-121-1/+2
* Declare d_dump_t and d_mmap_t completely. Nothing depends on theBruce Evans1995-04-231-3/+3
* Set it so you can add and remove line disciplines without replicatingPeter Dufault1995-03-211-1/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+2
* (a) remove the pointer to each driver's tty structure array from cdevswPaul Traina1995-02-251-2/+3
* Clean up after Jordan's commit: add d_read_t and d_write_t types forDavid Greenman1995-02-091-1/+3
* Moved the typedefs of d_<foo>_t into sys/sys/conf.h and used them inPoul-Henning Kamp1995-01-231-23/+28
* Declare d_strategy_t here and use it to declare strategy functions.Bruce Evans1994-12-111-9/+11
* chrtoblk() returns dev_t, not int.Jordan K. Hubbard1994-12-051-2/+2
* Added prototypes here and there. Moved pfctlinput into socket.h.Poul-Henning Kamp1994-10-081-1/+6
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+123