aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Declare d_strategy_t here and use it to declare strategy functions.Bruce Evans1994-12-112-18/+22
* Move declaration of d_strategy_t to <sys/conf.h>.Bruce Evans1994-12-111-2/+5
* Advanced route cache management is now an official part of IP support.Garrett Wollman1994-12-112-8/+2
* install command was missing a ${DESTDIR}.Garrett Wollman1994-12-111-2/+2
* Removed inappropriate comment.David Greenman1994-12-112-6/+2
* Add additional comment.David Greenman1994-12-112-4/+8
* Fix bogus comment.David Greenman1994-12-112-6/+8
* The physical memory allocated for input DMA must be contiguous. The driverDavid Greenman1994-12-113-9/+9
* Don't put objects that have no parent on the reverse_shadow_list. ProblemDavid Greenman1994-12-111-2/+3
* Document the options DUMMY_NOPS and TUNE_1542.Andreas Schulz1994-12-113-3/+30
* Correct a type in an ifndef EXCLUDE_3812 from 8312 -> 3812. ObtainedAndreas Schulz1994-12-101-2/+2
* Would you please correct nfs/nfs_vfsops.c so that the ip address of thePoul-Henning Kamp1994-12-082-4/+4
* Fix __CONCAT() for the ANSI case to work with #define'd args, inBruce Evans1994-12-081-2/+3
* Don't allow negative limits at all. Convert them to RLIM_INFINITY insteadBruce Evans1994-12-061-6/+15
* Changed the behavior of KDMKTONE to comply with svr4, default toSøren Schmidt1994-12-063-6/+24
* Avoid a panic if vn is configured as swapdev. Seems to work fine.Poul-Henning Kamp1994-12-061-3/+6
* chrtoblk() returns dev_t, not int.Jordan K. Hubbard1994-12-052-4/+4
* Added vn as a possible swapdev.Poul-Henning Kamp1994-12-041-1/+2
* Here is a minor patch for FreeBSD 2.0R to allow it to recognizeJoerg Wunsch1994-12-045-5/+19
* ioctl definitions for the vn driver.Poul-Henning Kamp1994-12-042-0/+122
* Entries for the vn driver completed.Poul-Henning Kamp1994-12-041-39/+26
* The vn driver from 4.4_litePoul-Henning Kamp1994-12-041-0/+550
* Added dev/vn/vn.c optional vnPoul-Henning Kamp1994-12-041-0/+1
* Implemented a "TEXT_SET" called 'cleanup_set' which will be called beforePoul-Henning Kamp1994-12-041-1/+20
* Fix bogus include paths:Bruce Evans1994-12-041-2/+2
* Fix bogus and broken include paths:Bruce Evans1994-12-043-21/+18
* Allocated chardev#43 and blkdev#15 to the vn-driver. The rest of the stuffPoul-Henning Kamp1994-12-041-2/+14
* >Originator: Gene StarkJordan K. Hubbard1994-12-041-1/+3
* don't allow ctty to be set to ctty - infinite kernel recursionAndrey A. Chernov1994-12-041-1/+3
* Call d_stop in ttyflush not only for WRITE but for READ tooAndrey A. Chernov1994-12-041-7/+8
* added a missing '\n' in both files.Poul-Henning Kamp1994-12-032-4/+4
* Make CHILD_MAX and OPEN_MAX a tunable parameter.Scott Mace1994-12-034-4/+32
* Disable CLKF_BASEPRI() again. I forgot to edit an unwanted change out ofBruce Evans1994-12-032-4/+4
* i386/exception.s,Bruce Evans1994-12-0316-172/+122
* Add Cronyx/Sigma cdevsw[] entry.Garrett Wollman1994-12-031-2/+25
* Add Cronyx/Sigma files and config information; delete outdated config files.Garrett Wollman1994-12-035-8/+29
* Add generic sync PPP file.Garrett Wollman1994-12-031-0/+1
* Cronyx/Sigma sync/async serial driver with PPP supportGarrett Wollman1994-12-027-0/+4950
* Delete old, confusing comment.Garrett Wollman1994-12-021-9/+1
* Add one forgotten u_quad_t typecast in dosetrlimit.Andreas Schulz1994-12-021-2/+2
* Add a check to make sure that we don't fiddle with the NFS routing tablesGarrett Wollman1994-12-021-10/+3
* Change wakeup to endtsleep, because wakeup don't produce timeoutAndrey A. Chernov1994-12-013-9/+12
* Add latest version of ``advanced route metric management'' :-)Garrett Wollman1994-12-011-18/+71
* The values for setrlimit in the data size and stack size case areAndreas Schulz1994-12-011-6/+6
* Changed the TIOCSTAT ioctl to a no argument type so that tcsh and friendsDavid Greenman1994-11-301-2/+2
* Fix bug I introduced that broke BPF support. Caused by a byte order problemDavid Greenman1994-11-303-9/+3
* Reverse the meaning of previous change.Jordan K. Hubbard1994-11-303-21/+15
* Restore mv check, cause panic without itAndrey A. Chernov1994-11-292-6/+2
* Put the sequencer into FASTMODE during initialization. I can nowJustin T. Gibbs1994-11-293-9/+18
* Merge in latest Linux sequencer code release with my changes. This shouldJustin T. Gibbs1994-11-295-170/+175