aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* General cleanup of core-dumping code.Julian Elischer1999-09-017-88/+87
* Make multiuser boots the default instead of singlue user.Doug Rabson1999-08-311-1/+1
* Set the buffersize for non BSDFFS labeled partitions toPoul-Henning Kamp1999-08-312-8/+8
* Make buffered acces to bdevs from userland controllable withPoul-Henning Kamp1999-08-315-19/+39
* Include "dscheck" and device name in all messages from dscheck().Poul-Henning Kamp1999-08-311-7/+13
* Simplify, and return an error if the user attempts to set a TCPJonathan Lemon1999-08-311-7/+3
* Remove conversion macros that were used during development.Jonathan Lemon1999-08-311-9/+1
* Convert the RealTek 8139 driver to newbus and miibus in one swell foop.Bill Paul1999-08-313-702/+300
* Add a driver for the internal PHY in the RealTek 8139.Bill Paul1999-08-313-1/+286
* If integration of a buffer into a cluster write operation fails, releaseTor Egge1999-08-311-1/+3
* C-NET(9N)C support (PC-98 only).Yoshihiro Takahashi1999-08-312-26/+84
* add vnode_if.hRoger Hardiman1999-08-311-2/+2
* Oops. I undid the $Id: -> $FreBSD: change.Roger Hardiman1999-08-314-4/+4
* Update to driver release 1.71Roger Hardiman1999-08-314-1126/+548
* make correct minor numvers for some of the devices.Julian Elischer1999-08-311-5/+18
* Add splimp protection to wb_tick().Bill Paul1999-08-311-0/+5
* Make sure to free resources on failure correctly in a couple of placesBill Paul1999-08-311-2/+8
* Fix a couple of things that weren't quite right for not usingPeter Wemm1999-08-311-2/+6
* Add a SYSCTL_PROC so that TCP timer values are now expressed toJonathan Lemon1999-08-311-10/+35
* Make the error return from mem_range_attr_get actually do something usefulMike Smith1999-08-313-7/+11
* Convert the Adaptec and Winbond drivers to miibus.Bill Paul1999-08-308-1854/+411
* Check that there is memory range support before attempting to perform suchMike Smith1999-08-302-4/+28
* Restructure TCP timeout handling:Jonathan Lemon1999-08-3013-423/+704
* Null commit to get last commit message recorded:Poul-Henning Kamp1999-08-302-0/+2
* *** empty log message ***Poul-Henning Kamp1999-08-302-4/+4
* ktrace should not follow symlinks either.Dima Ruban1999-08-301-2/+2
* Wrong sleep addr passed to wakeup.Luoqi Chen1999-08-301-1/+1
* pps_shiftmax only exists #ifdef PPS_SYNCPoul-Henning Kamp1999-08-301-0/+2
* aic7xxx.c:Justin T. Gibbs1999-08-302-11/+11
* Add support for the aic7859 which is found on the 2930CU.Justin T. Gibbs1999-08-302-22/+108
* MFS: Change path to perl.Nick Sayer1999-08-301-1/+1
* Update to the latest nanokernel from Dave Mills.Poul-Henning Kamp1999-08-302-109/+96
* For every "promiscuous mode enabled" message printed for an interface,Sheldon Hearn1999-08-301-0/+2
* s/si_tty_tty/si_tty/gPoul-Henning Kamp1999-08-306-30/+30
* Add #include <sys/select.h> ready for select() support in bt848 driverRoger Hardiman1999-08-302-0/+2
* Make bdev userland access work like cdev userland access unlessPoul-Henning Kamp1999-08-3017-254/+78
* Make bdev userland access work like cdev userland access unlessPoul-Henning Kamp1999-08-301-4/+1
* Converted the silly SAFTEY option into a new-style option by renaming it toBruce Evans1999-08-307-28/+8
* If using GNUC and ELF, make __IDSTRING() expand into an inline asmPeter Wemm1999-08-301-0/+4
* "Fixed" my recent world breakage (umap_subr.c now includes opt_ddb.h).Bruce Evans1999-08-301-3/+6
* Add STAILQ_FOREACH.John Polstra1999-08-301-1/+4
* Add $FreeBSD$ and spell Eklund properly.Bill Fumerola1999-08-297-1/+14
* Remove extra indenting of `break' statements introducted in rev 1.89,David E. O'Brien1999-08-292-18/+26
* - Removed COMPAT_ATDISK from option because it is pseudo-device now.KATO Takenori1999-08-295-15/+5
* ident GENERIC -> ident PCCARDMitsuru IWASAKI1999-08-291-1/+1
* Convert the 3Com XL driver to miibus. This one is a little trickyBill Paul1999-08-293-746/+178
* Regenerate miidevs.h.Bill Paul1999-08-291-2/+7
* The ASIC on the 3c905C appears to be manufactured by Broadcom (previousBill Paul1999-08-293-7/+19
* Add Voodoo 3 identification.Roger Hardiman1999-08-291-0/+2
* Remove unneeded "maj" variable.Poul-Henning Kamp1999-08-291-6/+8