aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implemented a more sophisticated mechanism for finding the chip iobaseDavid Greenman1996-10-045-187/+217
* Added multicast support (BPF cookie bug was already fixed).David Greenman1996-10-032-4/+43
* Make return or newline synonymous with down-arrow in the value editor.Jordan K. Hubbard1996-10-031-3/+5
* Drop an unused param to unmap_pages().Peter Wemm1996-10-031-7/+7
* Fix stupid typo.Jordan K. Hubbard1996-10-031-3/+3
* Add fxp and vx to list of known device types.Jordan K. Hubbard1996-10-031-2/+4
* scresume erroneously used before declared. Move the functionJordan K. Hubbard1996-10-033-30/+30
* Fixed the userconfig problem (and one with ddb as well).Søren Schmidt1996-10-023-462/+474
* New support for displaying PCI devices without making you insane.Jordan K. Hubbard1996-10-021-46/+74
* MSDOS FS used to allocate a buffer before extending the VM object. InJohn Dyson1996-10-022-14/+18
* add SC_SPLASH_SCREEN to opt_syscons.h (sigh)Paul Traina1996-10-022-2/+4
* Fixed the "missing updates" reported by ache.Søren Schmidt1996-10-013-87/+111
* #ifdef another instance of toggle_splash_screen() which Soren missed.Jordan K. Hubbard1996-10-013-3/+15
* Document the Adaptec driver options for tagged command queueing and SCBPaul Traina1996-10-016-6/+40
* Add support for storing a -R path in ld in the section dispatch table,Peter Wemm1996-10-012-4/+10
* Add the linker set stab types: N_SETA N_SETT N_SETD N_SETB N_SETVPeter Wemm1996-10-011-1/+8
* Dont make splash screen the default :)Søren Schmidt1996-09-303-6/+3
* Fix a couble of nasties regarding mouse pointer and differentSøren Schmidt1996-09-308-311/+546
* if we jump the time, we need to check all the process real interval timers.Julian Elischer1996-09-301-2/+5
* Work around UMC8669F and Startech UART bugs by not writing to theBruce Evans1996-09-303-33/+108
* Whaddya know, visual userconfig sort of supports pci, but the supportBruce Evans1996-09-301-5/+6
* Added "memory" to clobber list in invlpg(). It needs it if invltlb()Bruce Evans1996-09-292-40/+42
* Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>Bruce Evans1996-09-292-5/+7
* Backed out one of my "performance optimizations" as it results in sometimesDavid Greenman1996-09-292-18/+26
* Essentially rename pmap_update to be invltlb. It is a very machineJohn Dyson1996-09-2810-106/+104
* Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case.Bruce Evans1996-09-281-4/+3
* Fixed bitrot in the read-only attribute:Bruce Evans1996-09-281-5/+4
* Oops, read-only is spelled RD here.Bruce Evans1996-09-281-21/+21
* Fixed bitrot in the read-only attribute:Bruce Evans1996-09-281-26/+23
* Restored my change in rev.1.119 which was clobbered by the previous commit.Bruce Evans1996-09-282-4/+8
* Move pmap_update_1pg to cpufunc.h. Additionally,John Dyson1996-09-284-98/+78
* Correct vget by removing a window where a vnode can potentially go away.John Dyson1996-09-282-6/+6
* Reviewed by:John Dyson1996-09-284-84/+111
* Added -I- to ${INCLUDES}. This makes 4.4Lite's (mis?)use of "foo.h"Bruce Evans1996-09-273-9/+6
* Some warning cleanups. There were some needless casts that also causedPeter Wemm1996-09-272-30/+24
* part 2 of the bsdi compat tweak attempt. I believe that BSDI use bothPeter Wemm1996-09-272-2/+8
* Apparently, BSDI have a new system call gate. I was experimentingPeter Wemm1996-09-272-4/+6
* Drat, missed this prototype for random_select().Peter Wemm1996-09-272-2/+4
* I've been meaning to commit this for months. Implement select()Peter Wemm1996-09-274-6/+96
* Fix a couple of bugs causing false positivesPaul Traina1996-09-261-6/+3
* Fixed a few hundred warnings (2400 in LINT) for signed vs unsignedBruce Evans1996-09-242-12/+26
* Eliminated includes of the "temporary" backwards compatibility headerBruce Evans1996-09-241-7/+7
* call srandom() during the boot to start the sequence with a slightly lessPeter Wemm1996-09-231-1/+9
* add simple srandom() and prototypePeter Wemm1996-09-232-3/+12
* add forgotten $Id$Wolfram Schneider1996-09-223-1/+5
* Remove the extra length field from the utrace entries. It's redundant.Poul-Henning Kamp1996-09-222-16/+6
* Reformatted FreeBSD additions to match 4.4Lite style. Mixed tabs andBruce Evans1996-09-221-7/+7
* Fixed a bug with the management of the pointer to the first TxCB in theDavid Greenman1996-09-222-98/+76
* Remove the code that renices +4 a process that has had 10 minutes ofGary Palmer1996-09-221-7/+2
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-2144-199/+288