summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix shutdown routine to return 0 and change signature from void returnimp2009-02-044-4/+8
* Correct signature for the identify routine. The bad parameter wasn'timp2009-02-041-2/+2
* Remove local variable 'ddp' from DDP's attach and detach routines; theyrwatson2009-02-041-6/+2
* Remove written-to but never read local variable 'offset' fromrwatson2009-02-041-2/+1
* Eliminate the local variable 'ape' in audit_pipe_kqread(), as it's onlyrwatson2009-02-041-5/+0
* Tweak the ia64 machine check handling code to not register new sysctl nodesjhb2009-02-042-26/+45
* Remove slush space from clists.ed2009-02-042-77/+10
* When iterating through the list trying to find a router inbz2009-02-041-1/+3
* Erm... Report the buffer as being bounced even when it's the entire buffer,cognet2009-02-041-1/+1
* When crafting a media setting w/ an auto (non-fixed) rate mask out thesam2009-02-031-12/+14
* LOR fix - Lock only when calling the actual code thatrrs2009-02-031-2/+4
* Remove NUMCDEVSW, which is unused since RELENG_5.ed2009-02-031-2/+0
* Slightly improve the design of the TTY buffer.ed2009-02-035-105/+119
* Trim what we expose to userland in <dev/ppbus/ppbconf.h> to just thejhb2009-02-031-29/+29
* add Roel's copyright as he did the initial versionsam2009-02-031-0/+1
* Add support for the StrataFlash on 2348 boards:sam2009-02-036-2/+21
* honor any interface width (e.g. setup by the bus shim) and don't probe;sam2009-02-032-5/+89
* reorg ioctl code to simplify adding new requestssam2009-02-031-16/+21
* force atomic_cmpset_ptr types to match atomic_cmpset_32;sam2009-02-031-1/+2
* fix compilation w/ AH_DEBUGsam2009-02-032-2/+2
* Delete fwohci_filt() as it is now unusedsbruno2009-02-031-1/+0
* Don't right-adjust the SMBus slave address for SSIF IPMI BMCs enumeratedjhb2009-02-031-1/+1
* - Change ichsmb(4) to follow the format of all the other smbus controllersjhb2009-02-033-12/+16
* - Keep the same sorting on usb_errstr_table as the enum.thompsa2009-02-032-43/+44
* Add missing string table for the usb quirk enum.thompsa2009-02-032-3/+28
* - Cleanup checksum code.rrs2009-02-0315-755/+849
* Adds support for SCTP checksum offload. This meansrrs2009-02-035-5/+64
* Improve robustness of NMI handling, for NMIs recognized in kerneljkoshy2009-02-034-26/+84
* Use NULL in preference to 0 in pointer contexts.imp2009-02-032-9/+9
* Make bioq_disksort have a ANSI-C definition rather than a K&R definition.imp2009-02-031-3/+1
* rman_debug should be static, so make it static.imp2009-02-031-1/+1
* Use ANSI function definition for profil.imp2009-02-031-3/+1
* Prefer ANSI function definitions to K&R ones.imp2009-02-031-6/+3
* Use NULL in preference to 0 for pointers.imp2009-02-032-7/+7
* Use NULL in preference to 0 for pointers.imp2009-02-032-2/+2
* o Use unsigned for bit fields.imp2009-02-031-3/+3
* int foo(void) is the proper ANSI function definition when there's noimp2009-02-031-1/+1
* In g_handleattr(), set bp->bio_completed also for the casemarcel2009-02-031-1/+2
* Introduce a C type representing the header for GNU-style hash tablejkoshy2009-02-031-0/+11
* Move away from autogenerated enums, these values never change and its helpfulthompsa2009-02-035-124/+114
* o Define some symbols for a few items that are bare constants in theimp2009-02-032-16/+34
* make sure that interrupts are disabled when handling page faults et alkmacy2009-02-031-4/+4
* Use NULL in preference to 0 for pointers.imp2009-02-031-4/+4
* Use NULL in preference to '0' for pointers.imp2009-02-031-2/+2
* Declare bus_data_devices to be static: it isn't used elsewhere.imp2009-02-031-5/+5
* break out of loop if we run out of mbufskmacy2009-02-021-5/+6
* Goof, catch up to constant rename (I renamed it to match the overall PCIjhb2009-02-021-1/+1
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of ajhb2009-02-021-0/+9
* Properly retun error core from kbdmux_modevent()emax2009-02-021-1/+1
* Move a comment to where it belongs.cognet2009-02-021-2/+1
OpenPOWER on IntegriCloud