summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the assertive KA_HELD and KA_UNHELD as long as they are dangerous,attilio2009-02-052-20/+1
* Don't bother null-checking the thread pointer before the prison checksjamie2009-02-051-27/+22
* Add more KTR_VFS logging point in order to have a more effective tracing.attilio2009-02-052-23/+78
* Call prison_if from rtm_get_jailed, instead of splitting it out intojamie2009-02-051-90/+63
* Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and ofjamie2009-02-052-18/+9
* Don't leave the console TTY constantly open.ed2009-02-054-67/+80
* Don't allow creating a socket with a protocol family that the currentjamie2009-02-053-8/+44
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-0514-211/+195
* Use the correct creds when reconnecting so that we have enough privilege todfr2009-02-051-2/+3
* In some situations, mnt_lockref could go negative due to vfs_unbusy() beingtrasz2009-02-051-3/+5
* pass in smp_processor_id to identify the cpu in usekmacy2009-02-051-1/+1
* adjust the way that idle happens so as to avoid missing timer interruptskmacy2009-02-051-64/+63
* Allow unprivileged users to run l2ping(8).emax2009-02-041-5/+0
* Fix bm_shutdown() KOBJ method to correspond to return int, as it should.nwhitehorn2009-02-041-2/+4
* Clenup code a bit and do not call fork(2) before dameon(3) where not needed.emax2009-02-044-52/+12
* Correct signatures to match kobj function definitions.imp2009-02-043-22/+19
* Shutdown routine returns int.imp2009-02-042-3/+3
* detach doesn't return an unsinged int, but returns an int.imp2009-02-041-2/+2
* 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
* Check for NOAUTO on child interfaces (eg wlanX) so they can be created viathompsa2009-02-041-1/+3
* Get the right system makefiles for make distribution.phk2009-02-041-1/+2
* 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
* Update the actions previously attempted by the -D option to make themmckusick2009-02-046-76/+205
* When crafting a media setting w/ an auto (non-fixed) rate mask out thesam2009-02-031-12/+14
* Reflect adding_user.8 -> adding_user.7 renamegabor2009-02-031-0/+2
* 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
* Fix the functions to match prototypes. The K&R definitions differimp2009-02-033-3/+3
* 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
* - ANSIfy function definitionsdanger2009-02-0333-110/+41
* 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
* Partially revert r186559.obrien2009-02-031-1/+1
* Add missing string table for the usb quirk enum.thompsa2009-02-032-3/+28
OpenPOWER on IntegriCloud