summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use VOP_LEASE() with operations on extended attribute backingrwatson2005-02-081-10/+2
* For snapshots we need all VOP_LOCKs to be exclusive.phk2005-02-088-49/+42
* For snapshots we need all VOP_LOCKs to be exclusive.phk2005-02-082-29/+24
* Use VOP_STRATEGY_APV() instead of direct dereference, this is morephk2005-02-081-2/+2
* Nuke information about GDB_REMOTE_CHAT, it was removed some time ago.brueffer2005-02-081-10/+1
* Add VOP_FOO_APV() which takes a pointer to the vop_vector.phk2005-02-081-6/+11
* merge from geom_vol_ffs.c rev 1.14 (avoid unaligned I/O requests)des2005-02-081-0/+10
* Keep only one style of Pittsburgh driver's tests.ru2005-02-081-24/+19
* Use the correct length when copying trailing data!!brian2005-02-081-1/+1
* Allow building/installing of NLS catalogs while building of librariesphantom2005-02-081-0/+1
* bzero() -> M_ZERO.ru2005-02-083-5/+2
* Take care not to issue unaligned I/O requests while tasting a provider.des2005-02-081-0/+10
* Unroll the loop for calculating the 8.3 filename checksum. In testingnjl2005-02-081-5/+14
* Use ANSI function definitions, tweak a couple of prototypes to match (sinceimp2005-02-081-116/+48
* use fixed types for the calls to ed_pio_readmem, ed_pio_writemem.imp2005-02-083-35/+18
* Make it possible to unload ed. Move the ed_pccard_detach routine toimp2005-02-086-22/+25
* Fix style bugs introduced in the de__Pification of this code.imp2005-02-081-25/+23
* Fix crashdumps on twe. The twe_immediate_request() path was not onlyscottl2005-02-082-12/+25
* MFi386: read from RTC_INTR after writing to RTC_STATUSBpeter2005-02-081-0/+2
* Fix sloppy use of "manpage", bump .Dd where applicable and rename RED tomlaier2005-02-074-7/+7
* Introduce three new targets for ports collection:krion2005-02-071-1/+13
* - Implement ibcs2_emul_find() using kern_alternate_path(). This changesjhb2005-02-078-376/+268
* - Implement svr4_emul_find() using kern_alternate_path(). This changesjhb2005-02-077-524/+230
* Implement a kern_pathconf() wrapper for pathconf() which can take thejhb2005-02-073-12/+26
* If the pointer to the new itimerval is NULL in kern_setitimer(), justjhb2005-02-071-0/+3
* Avoid usage of implicit int.stefanf2005-02-071-1/+2
* Include <stdlib.h> for exit().stefanf2005-02-071-0/+1
* Add a prototype for localupdate().stefanf2005-02-071-0/+1
* Add chroot. It can be a real lifesaver, and adds less than 2 kB.des2005-02-071-0/+7
* An aggressive little script I used to trim out duplicate fortunes.ru2005-02-071-0/+63
* Trim more cookies, by playing with different hash functions,ru2005-02-071-3215/+3
* Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h.glebius2005-02-071-9/+4
* - Use kern_{l,f,}stat() and kern_{f,}statfs() functions rather thanjhb2005-02-071-132/+39
* Make linux_emul_convpath() a simple wrapper for kern_alternate_path().jhb2005-02-071-98/+3
* - Tweak kern_msgctl() to return a copy of the requested message queue idjhb2005-02-077-278/+346
* Various and sundry style fixes.jhb2005-02-071-4/+4
* Use linux_emul_convpath() rather than linux_emul_find() asjhb2005-02-071-7/+6
* Use the LCONVPATHEXIST() macro rather than it's exact expansion to bejhb2005-02-071-4/+1
* Use kern_setitimer() to implement linux_alarm() instead of fondling thejhb2005-02-071-19/+7
* Use kern_open() directly rather than a stackgap detour via open().jhb2005-02-071-15/+10
* Drop Giant before calling kthread_exit().jhb2005-02-071-0/+1
* Avoid using tsleep() in the resume path as it may result in themdodd2005-02-071-1/+4
* Remove an unneeded check.harti2005-02-071-1/+4
* Introduce a typedef for variable value modifation functions and use itharti2005-02-072-14/+12
* Make the intention of a loop clearer.harti2005-02-071-4/+5
* Add VNASSERT() which is just like KASSERT() but takes a vnode argumentphk2005-02-071-0/+7
* Remove unused defines.nyan2005-02-072-18/+0
* Be more verbose about altq SYNOPSIS and add more linkage in the relating pfmlaier2005-02-073-1/+20
* Fix the problem with incorrect throttling level reported immediately aftersobomax2005-02-072-0/+22
* Introduce Buf_StripNewLines() and use it where appropriate.harti2005-02-076-58/+70
OpenPOWER on IntegriCloud