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