summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* There is no such thing any more as "struct bdevsw".julian1998-07-0445-496/+819
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-0435-166/+88
* Hmm, braino in last commit.phk1998-07-042-8/+10
* Change the sign on a race-condition, so that instead of ending up severalphk1998-07-042-16/+36
* Remove '???' because it generates an annoying message aboutsteve1998-07-041-2/+2
* Fix some strange errors of shutting transmitter up when startsemenu1998-07-043-1182/+1153
* Don't use a struct buf (malloc'd) without first initialising all the fieldsjulian1998-07-041-1/+5
* Restored revs.1.89-1.90 which I somehow clobbered in rev.1.91.bde1998-07-031-4/+4
* Sync timestamp changes for inodes of special files to disk as latebde1998-07-038-29/+44
* Centralized in-core inode update. Update the in-core inode directlybde1998-07-035-71/+33
* Check for missing keyboard.jkh1998-07-031-0/+26
* Update M_EXT support in m_copypacket().phk1998-07-031-3/+11
* Reset MNT_ASYNC flag if needed if unmount() should fail.dg1998-07-032-2/+8
* When we transfer time from one timecounter to the next, use nanouptime(),phk1998-07-022-8/+8
* Add workaround to allow the FreeBSD boot block to work onwpaul1998-07-021-1/+13
* Fix the N'th occurance of missed bits due to opt_???? mucking.sos1998-07-023-6/+15
* Moved `#ifndef NFS_NOSERVER' after including nfs.h.kato1998-07-022-4/+4
* Sync with sys/i386/conf/options.i386 revision 1.82.kato1998-07-022-18/+16
* Sync with sys/i386/i386/machdep.c revision 1.302.kato1998-07-022-4/+24
* Sync with sys/i386/boot/netboot/Makefile, bootmenu.c, main.c andkato1998-07-024-12/+52
* Remove out of date comment.julian1998-07-021-4/+1
* Remove unused optionjulian1998-07-021-3/+1
* Remove the option to keep IPFW diversion backwards compatiblejulian1998-07-023-48/+5
* Fixed missing options headers. Options that affect LKMs shouldn'tbde1998-07-011-3/+6
* Added opt_vmpage.h to SRCS so that it actually gets created.bde1998-07-011-5/+5
* Add 3 sysctl variables for future use by ps)1_phk1998-06-305-7/+34
* Add PSE36 to the bits we know by name.phk1998-06-302-4/+4
* Leading whitespace in Makefile are TABS not spaces....sos1998-06-301-2/+2
* Nuked opt_defunct.h and kern_opt.c. config(8) now generates good enoughbde1998-06-308-86/+6
* add new opt_nfs.h to cleanfiles...jmg1998-06-303-6/+6
* fix more of my breakage... :(jmg1998-06-301-1/+5
* Sigh, we need this one now.phk1998-06-301-0/+1
* fix buildworld hopefully be3fore anyone complains...jmg1998-06-309-9/+27
* These are a selection of small problems and annoyances with the netbootphk1998-06-304-15/+56
* #include sys/libkern.h instead of stdlib.h.phk1998-06-301-2/+2
* Byte count statistics of multicast vifs are invalid.phk1998-06-301-2/+2
* remove option LINUX as it did nothing, add DEBUG_LINUX to debug thejmg1998-06-304-6/+14
* move OVERRIDE_TUNER from i386 to general options... it's not i386jmg1998-06-303-7/+6
* document options to hardwire GUS irq/dmas...jmg1998-06-306-5/+31
* document PCI_QUIET that prevents pci from compiling in so many stringsjmg1998-06-305-8/+28
* document some VM paging options for cache sizes:jmg1998-06-305-5/+28
* make NO_SCSI_SENSE a proper option (already documented in LINT)jmg1998-06-302-1/+4
* document and make EXPORTMFS a new style optionjmg1998-06-304-4/+11
* convert some nfs tunables to options, these are:jmg1998-06-3015-21/+81
* Fixed bogus dependency on `beforedepend'. File targets should neverbde1998-06-291-2/+2
* Update generated filesphk1998-06-281-2/+2
* Add trailing newline to sys/syscall.mk so that diff doesn't choke on it.phk1998-06-281-1/+2
* Added a sysctl variable kern.sugid_coredump for controlling coredumpdg1998-06-281-2/+7
* Some revisions of the aic7880 have a problem where, if thegibbs1998-06-281-2/+10
* Add options for selecting ELF or KLD symbols in DDB.dfr1998-06-282-1/+5
OpenPOWER on IntegriCloud