summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make breakpoints and single-step work.dfr1998-06-281-4/+14
* Forgot to mention:dfr1998-06-281-1/+1
* Add DDB symbol support for ELF and KLD. The KLD support only supports globaldfr1998-06-282-0/+539
* Supply the symbol table as an argument to X_db_symbol_values (required for elf).dfr1998-06-283-6/+8
* Use db_addr_t for the breakpoint address in db_set_single_step.dfr1998-06-281-3/+3
* Add a macro for testing the e_machine field of Elf64_Ehdr.dfr1998-06-281-1/+3
* Use elf symbols in DDB.dfr1998-06-281-1/+2
* Allow gentrap.dfr1998-06-281-1/+2
* Call ddb_trap() for gentrap on SimOS since I am using gentrap for DDBdfr1998-06-281-2/+7
* Add a hack to get the ELF symbols from where SIMOS leaves them.dfr1998-06-281-5/+19
* machine/conf.h no longer exists.dfr1998-06-281-2/+1
* Make db_tok_number a long to allow typing 64bit numbers on alpha.dfr1998-06-272-4/+4
* Use %+11ln for printing in r format to make it work for 64bit registers.dfr1998-06-271-7/+7
* Add some stack backtrace support. Pretty fragile but its a start.dfr1998-06-273-7/+99
* Use %lx for printing register contents.dfr1998-06-271-1/+1
* Make uoff_t compile.dfr1998-06-271-2/+2
* Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_jhay1998-06-271-4/+4
* Make vprint() print dev_t in hex also.phk1998-06-271-3/+3
* Report the type from the inode, not the vnode.phk1998-06-271-2/+2
* Report the mode as the result of the VOP_GETATTR rather than thephk1998-06-271-2/+2
OpenPOWER on IntegriCloud