summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* As soon as we have several threads per process now, it is not correct tomav2008-11-021-5/+1
* Remove the call to getinoquota() from ntfs_access. How did it get there?!trasz2008-11-021-7/+0
* Reflect changes for the vfs_busy() prototype.attilio2008-11-021-18/+7
* Bump __FreeBSD_version in order to reflect vfs_busy() prototype changingattilio2008-11-021-1/+1
* Improve VFS locking:attilio2008-11-0212-73/+95
* Add support for reading Tivo Series 1 partitioning. This likely needsimp2008-11-021-12/+52
* Merge some minor deltas from p4 newcard tree:imp2008-11-021-0/+2
* Remove cardbus attachment. It likely was a cut-n-paste left over fromimp2008-11-021-1/+0
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesepeter2008-11-0243-4/+59
* We've been lax about matching END() macros in asm code for some time. Thispeter2008-11-0227-4/+46
* Various comment nits, and typos.keramida2008-11-021-32/+32
* Update introductory comment for audit pipes.rwatson2008-11-021-4/+4
* Remove stale comment about filtering in audit pipe ioctl routine: we dorwatson2008-11-021-3/+0
* Add comment for per-pipe stats.rwatson2008-11-011-0/+3
* We only allow a partial read of the first record in an audit piperwatson2008-11-011-15/+28
* Allow a single read(2) system call on an audit pipe to retrieve data fromrwatson2008-11-011-40/+32
* Correct the documented declaration of the archive_write_callback tokientzle2008-11-011-2/+2
* Remove obsolete pseudocode from VOP_ACCESS.9, replacing it with somethingtrasz2008-11-011-37/+4
* Fix a few typos/spelling errors in my comments from the last commit,imp2008-11-011-7/+7
* - Add one more supported adapter (1)brueffer2008-11-011-4/+5
* Clamp the values of t_column to 5 digits in `pstat -t' and `show all ttys'.ed2008-11-012-2/+2
* Reimplement the /dev/console device node.ed2008-11-014-245/+96
* Allow a read() on /dev/ams[0-9] to be interrupted.ed2008-11-011-1/+6
* o OpenBSD 4.4 added.maxim2008-11-011-0/+2
* Add RL_TWISTER_ENABLE.imp2008-11-011-0/+1
* Add RL_TWISTER_ENABLE option. This enables the magic bits to do longimp2008-10-314-3/+169
* In example use of err(3) and errx(3), use sysexits(3) constants.rwatson2008-10-311-4/+5
* Since there is no longer the opportunity for record truncation, justrwatson2008-10-311-2/+1
* In style(9) examples of err() and errx(), use sysexits(3) errors ratherrwatson2008-10-311-2/+2
* Historically, /dev/auditpipe has allows only whole records to be read viarwatson2008-10-311-58/+86
* The code in linux_proc_exit() contains a race when multiple linux basedkib2008-10-311-3/+3
* The file was inadvertently excluded from r184499.kib2008-10-311-1/+1
* Revert r184136. Instead, push the check for crashdumpmap overflow into thekib2008-10-314-4/+4
* Add three extra to the kinfo_proc_vmmap data. kve_offset - the offsetpeter2008-10-312-1/+14
* Modify our boot block to pick an output device, without which boot1 will failnwhitehorn2008-10-312-0/+5
* When we drop an audit record going to and audit pipe because the auditrwatson2008-10-301-13/+9
* Break out single audit_pipe_mtx into two types of locks: a global rwlockrwatson2008-10-301-83/+127
* Make it possible to compile kernel with KTR but without DDB.sobomax2008-10-302-2/+6
* Fix compilation in the case when kernel doesn't have KDB ebabled.sobomax2008-10-301-0/+7
* ifconfig(8) can take only one interface at a time.pjd2008-10-301-1/+3
* When running a "chio return" operation using a physical source unitjoerg2008-10-301-4/+6
* Add quirk to set GPIO2 to enable internal speaker on Dell Vostro 1400.mav2008-10-301-1/+4
* Protect the event->class lookup database using an rwlock instead of arwatson2008-10-301-8/+15
* Fix checks for fast frames negotiation. ni_ath_flags holds thesam2008-10-305-5/+5
* Don't hang if encrypting/decrypting using struct iovecs where one of thedfr2008-10-301-0/+4
* Fix some possible infinite loops in the ADB code, and remove some hacksnwhitehorn2008-10-304-28/+42
* Teach cat(1) and cp(1) to use a larger buffer if enough memory is presentivoras2008-10-302-4/+50
* The V* flags passed using an accmode_t to the access() and open()rwatson2008-10-303-12/+26
* We need to print out the device info ourselves on FBSD 6.n_hibma2008-10-301-0/+7
* Bugfix: Check the error code for in progress as well, after starting then_hibma2008-10-301-8/+10
OpenPOWER on IntegriCloud