summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-08-03Print more diagnostics on fsync failure in sched_sync.Artur Grabowski
2004-08-03the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@Todd T. Fries
2004-08-03introduce route labels, allowing for up to 32 bytes of info to be attachedHenning Brauer
2004-08-03When accessing device nodes over nfs, do not trim major and minor numbersMiod Vallat
2004-08-03Allow a unicast ip address to be specified for pfsync to send it's stateRyan Thomas McBride
2004-08-03microcode for interrupts coalescing on fxp; from intel via freebsdMichael Shalayeff
2004-08-03Hehehe. Remove an #if 0 function that was used in the early days to debugArtur Grabowski
2004-08-03include some usb ethernet driversTheo de Raadt
2004-08-03include some usb ethernet driversTheo de Raadt
2004-08-03include some usb ethernet driversTheo de Raadt
2004-08-03include a few more ethernet driversTheo de Raadt
2004-08-02syncTheo de Raadt
2004-08-02newTheo de Raadt
2004-08-02On MVME188 systems with 4:1 or 8:1 CMMU pairings, make sure the exceptionMiod Vallat
2004-08-02more MII flagsBrad Smith
2004-08-02- Initialise all function's latency timer and cacheline size.Brad Smith
2004-08-02_bus_dmamap_load_mbuf: check and process pmap_extract failure.Brad Smith
2004-08-02Heuristic approach to 'trace' in ddb which works without frame pointers.Andreas Gunnarsson
2004-08-02Remove a completly unnecessary compare that sneaked in whileArtur Grabowski
2004-08-02Use some horrible macros to uninline a few functions that are expensiveArtur Grabowski
2004-08-02No need to make __savectx visible and 8-byte aligned.Miod Vallat
2004-08-02Fun with the BUG:Miod Vallat
2004-08-02Better Z8536 initial programming.Miod Vallat
2004-08-02Initialize timeouts correctly, match isa com; fixes panics inMiod Vallat
2004-08-02Missed one <machine/board.h>Miod Vallat
2004-08-02More include files cleaning:Miod Vallat
2004-08-02When restoring a process' ipl, invoke setipl() on behalf on the kernel stack,Miod Vallat
2004-08-02Move MAX_CPUS constant to cpu.hMiod Vallat
2004-08-02- check for LK_NOWAIT on vget()Pedro Martelletto
2004-08-01Remove openings = 1 and inherit the value from the HBA instead. This keeps t...Marco Peereboom
2004-08-01sigh, and here tooTheo de Raadt
2004-08-01why was cdce not added here? Come on.Theo de Raadt
2004-08-01Trim include file list.Miod Vallat
2004-08-01Move 88100 DAE code to its own file, shared between luna88k and mvme88k.Miod Vallat
2004-08-01parse new hpux disklabelMichael Shalayeff
2004-08-01oops. cannot sleep on pool_getMichael Shalayeff
2004-08-01leave space for stackgap on growsuppersMichael Shalayeff
2004-08-01proper check for the end of stackgap on growinupperstacksMichael Shalayeff
2004-08-01Fold in relevant bits of the most recent two updates fromKenneth R Westerback
2004-07-31Always reset the cd2400 chip if console, and do not partially reprogramMiod Vallat
2004-07-31Use cons_decl() instead of homemade wrong prototypes.Miod Vallat
2004-07-31Always claim dart interrupts, even if they report disabled conditions, butMiod Vallat
2004-07-31remove GATEWAY and IPFORWARDING option knobs, use the sysctl.Brad Smith
2004-07-31- formattingBrad Smith
2004-07-31To know our cpu number, it is much easier and safer to check through whichMiod Vallat
2004-07-31Remove scsi_change_def() and related command structure. Its only useKenneth R Westerback
2004-07-31Save a couple of hundred bytes (on i386) by putting the definition ofKenneth R Westerback
2004-07-30Move struct evcount inside struct intrhand, and modernize intrhandMiod Vallat
2004-07-30Really initialize the z8536; gives us the profiling clock again on 188.Miod Vallat
2004-07-30Put printf arguments in correct order in a DIAGNOSTIC message.Miod Vallat