summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-0714-91/+215
* Only use sockoptname() to parse socket option names for SOL_SOCKETjhb2008-01-071-4/+6
* g_vfs_close() wants the sx topology lock held while executing, so justattilio2008-01-071-0/+8
* Fix typos and date format.brueffer2008-01-071-2/+2
* Forced commit to note that the previous commit log should have been:gabor2008-01-070-0/+0
* - ipmi(4) appeared in FreeBSD 6.2, not in 5.3gabor2008-01-071-1/+1
* Fix incorrect dependencies of zyd(4).weongyo2008-01-071-3/+3
* Typo; s/relied/repliedschweikh2008-01-071-1/+1
* Add support for ICH8M.des2008-01-072-0/+2
* Add the SparkLAN RT2573, found in HP s3200nkevlo2008-01-072-0/+5
* Add a forward compatability hook so that current cvs can recognize futurepeter2008-01-071-0/+10
* sem_post() requires to return -1 on error.davidxu2008-01-071-2/+2
* Fix mvec code to handle the case of the packet zonekmacy2008-01-072-4/+16
* Add a missing \n.cognet2008-01-071-1/+1
* Shrink the size of struct vm_page on amd64 and i386 by eliminatingalc2008-01-064-16/+0
* When the ms/req fields exceed 1 second, drop the fractions to fit more digits.phk2008-01-061-3/+12
* mdoc and language fixes for the previous commit, also bump .Dd.brueffer2008-01-051-4/+5
* Use our standard section 4 SYNOPSIS, utilize .Tn and fix capitalization.brueffer2008-01-051-3/+11
* Clean up after previous commit (typo fixes, removed contractions,brueffer2008-01-051-6/+18
* "redacted" replaced for clarity.grog2008-01-051-1/+1
* After applying LCONVPATH() to the path, do use the converted pathkib2008-01-051-9/+13
* In sequential_heuristic():bde2008-01-051-13/+20
* Fall back to the binary-specified interpreter (ld-elf.so.1) if thepeter2008-01-051-4/+10
* - Restore timeslicing code for all bit SCHED_FIFO priority classes.jeff2008-01-051-10/+9
* - This driver will has already appeared in 6.2gabor2008-01-041-1/+1
* - This driver will first appear in 6.3, not 7.0gabor2008-01-047-7/+7
* Dummy man page for pcib. We should write a real one and I hope thisimp2008-01-042-0/+42
* Modernize this man page a little by describing the pci driver ofimp2008-01-041-6/+14
* In the vm_map_stack(), check for the specified stack region wraparound.kib2008-01-041-1/+3
* Make a few messages more consistant with the others.obrien2008-01-041-2/+2
* more style(9)obrien2008-01-041-69/+70
* Enable both sbrk(2)- and mmap(2)-based memory acquisition methods byjasone2008-01-032-19/+20
* - loader(8) is not a part of boot(8) and is not its second stage.danger2008-01-031-5/+5
* Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it insteaddes2008-01-032-57/+164
* Add an internal utility function to simplify the many, many places wheredes2008-01-033-25/+24
* Add missing sb_sndptr* fields to db_print_sockbuf().bz2008-01-031-5/+9
* ffs_balloc_ufsX() routines, in the case of recovering from the failedkib2008-01-031-12/+16
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-0310-20/+22
* Use correct function name in panic messageimp2008-01-032-2/+2
* Fix obsolete comment. pmap_remove_all is the function we're in.imp2008-01-031-2/+1
* Modernize comment about diagnostic.imp2008-01-031-2/+1
* - In sysctl_kern_file skip fdps with negative lastfiles. This canjeff2008-01-031-1/+2
* The break() system call takes a pointer argument, not an integer. Thisjasone2008-01-031-1/+1
* style(9)obrien2008-01-0218-256/+251
* If the disk reports that it support the Compact Flash Association commandphk2008-01-021-0/+9
* Follow the current fashion of gratuitously stomping into otherphk2008-01-021-36/+14
* Note what is too {short,long}.obrien2008-01-021-2/+2
* A few whitespace fixes.jhb2008-01-021-12/+11
* Provide a legitimate pindex to vm_page_alloc() in pmap_growkernel()alc2008-01-022-11/+5
* Defer setting either PG_CACHED or PG_FREE until after the free pagealc2008-01-021-2/+2
OpenPOWER on IntegriCloud