aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Check for missing keyboard.Jordan K. Hubbard1998-07-031-0/+26
* Update M_EXT support in m_copypacket().Poul-Henning Kamp1998-07-031-3/+11
* Reset MNT_ASYNC flag if needed if unmount() should fail.David Greenman1998-07-032-2/+8
* When we transfer time from one timecounter to the next, use nanouptime(),Poul-Henning Kamp1998-07-022-8/+8
* Add workaround to allow the FreeBSD boot block to work onBill Paul1998-07-021-1/+13
* Fix the N'th occurance of missed bits due to opt_???? mucking.Søren Schmidt1998-07-023-6/+15
* Moved `#ifndef NFS_NOSERVER' after including nfs.h.KATO Takenori1998-07-022-4/+4
* Sync with sys/i386/conf/options.i386 revision 1.82.KATO Takenori1998-07-022-18/+16
* Sync with sys/i386/i386/machdep.c revision 1.302.KATO Takenori1998-07-022-4/+24
* Sync with sys/i386/boot/netboot/Makefile, bootmenu.c, main.c andKATO Takenori1998-07-024-12/+52
* Remove out of date comment.Julian Elischer1998-07-021-4/+1
* Remove unused optionJulian Elischer1998-07-021-3/+1
* Remove the option to keep IPFW diversion backwards compatibleJulian Elischer1998-07-023-48/+5
* Fixed missing options headers. Options that affect LKMs shouldn'tBruce Evans1998-07-011-3/+6
* Added opt_vmpage.h to SRCS so that it actually gets created.Bruce Evans1998-07-011-5/+5
* Add 3 sysctl variables for future use by ps)1_Poul-Henning Kamp1998-06-305-7/+34
* Add PSE36 to the bits we know by name.Poul-Henning Kamp1998-06-302-4/+4
* Leading whitespace in Makefile are TABS not spaces....Søren Schmidt1998-06-301-2/+2
* Nuked opt_defunct.h and kern_opt.c. config(8) now generates good enoughBruce Evans1998-06-308-86/+6
* add new opt_nfs.h to cleanfiles...John-Mark Gurney1998-06-303-6/+6
* fix more of my breakage... :(John-Mark Gurney1998-06-301-1/+5
* Sigh, we need this one now.Poul-Henning Kamp1998-06-301-0/+1
* fix buildworld hopefully be3fore anyone complains...John-Mark Gurney1998-06-309-9/+27
* These are a selection of small problems and annoyances with the netbootPoul-Henning Kamp1998-06-304-15/+56
* #include sys/libkern.h instead of stdlib.h.Poul-Henning Kamp1998-06-301-2/+2
* Byte count statistics of multicast vifs are invalid.Poul-Henning Kamp1998-06-301-2/+2
* remove option LINUX as it did nothing, add DEBUG_LINUX to debug theJohn-Mark Gurney1998-06-304-6/+14
* move OVERRIDE_TUNER from i386 to general options... it's not i386John-Mark Gurney1998-06-303-7/+6
* document options to hardwire GUS irq/dmas...John-Mark Gurney1998-06-306-5/+31
* document PCI_QUIET that prevents pci from compiling in so many stringsJohn-Mark Gurney1998-06-305-8/+28
* document some VM paging options for cache sizes:John-Mark Gurney1998-06-305-5/+28
* make NO_SCSI_SENSE a proper option (already documented in LINT)John-Mark Gurney1998-06-302-1/+4
* document and make EXPORTMFS a new style optionJohn-Mark Gurney1998-06-304-4/+11
* convert some nfs tunables to options, these are:John-Mark Gurney1998-06-3015-21/+81
* Fixed bogus dependency on `beforedepend'. File targets should neverBruce Evans1998-06-291-2/+2
* Update generated filesPoul-Henning Kamp1998-06-281-2/+2
* Add trailing newline to sys/syscall.mk so that diff doesn't choke on it.Poul-Henning Kamp1998-06-281-1/+2
* Added a sysctl variable kern.sugid_coredump for controlling coredumpDavid Greenman1998-06-281-2/+7
* Some revisions of the aic7880 have a problem where, if theJustin T. Gibbs1998-06-281-2/+10
* Add options for selecting ELF or KLD symbols in DDB.Doug Rabson1998-06-282-1/+5
* Make breakpoints and single-step work.Doug Rabson1998-06-281-4/+14
* Forgot to mention:Doug Rabson1998-06-281-1/+1
* Add DDB symbol support for ELF and KLD. The KLD support only supports globalDoug Rabson1998-06-282-0/+539
* Supply the symbol table as an argument to X_db_symbol_values (required for elf).Doug Rabson1998-06-283-6/+8
* Use db_addr_t for the breakpoint address in db_set_single_step.Doug Rabson1998-06-281-3/+3
* Add a macro for testing the e_machine field of Elf64_Ehdr.Doug Rabson1998-06-281-1/+3
* Use elf symbols in DDB.Doug Rabson1998-06-281-1/+2
* Allow gentrap.Doug Rabson1998-06-281-1/+2
* Call ddb_trap() for gentrap on SimOS since I am using gentrap for DDBDoug Rabson1998-06-281-2/+7
* Add a hack to get the ELF symbols from where SIMOS leaves them.Doug Rabson1998-06-281-5/+19