summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug that caused generated gmon.out profiles to be out ofjkoshy2005-09-131-10/+31
* Add a missing ldexpf() alias for amd64.das2005-09-121-0/+3
* Introduce no-op nosup fifo kqueue filter and detach routine, which arerwatson2005-09-121-1/+33
* Include a couple of headers to ensure consistency between the prototype andstefanf2005-09-1216-0/+22
* Comment test_lseek().rwatson2005-09-121-0/+117
* In netkqfilter(), return EINVAL instead of 1 (EPERM) when a filter typerwatson2005-09-121-1/+1
* In vfs_kqfilter(), return EINVAL instead of 1 (EPERM) when an unsupportedrwatson2005-09-121-1/+1
* - Fix the locking in dsp.c to prevent a LOR (AFAIK not on the LOR page).netchild2005-09-122-5/+3
* When a request is made to register a filter on a fifo that doesn'trwatson2005-09-121-2/+2
* Further updates to fifo_io regression test:rwatson2005-09-121-61/+287
* - Add prototypes for __cmpdi2() and __ucmpdi2().stefanf2005-09-121-10/+2
* Put a getosreldate() prototype into <osreldate.h>, getosreldate(3) impliesstefanf2005-09-121-0/+1
* Include <osreldate.h> at the top of the file.stefanf2005-09-122-6/+7
* Use prototypes for CHIN1() and CHIN().stefanf2005-09-121-6/+2
* Fix the prototypes for devname() and devname_r(), the first two argumentstefanf2005-09-121-2/+2
* Process one NMI interrupt per handler invocation as the processorjkoshy2005-09-121-4/+9
* Don't declare ___res_ext() twice.stefanf2005-09-121-2/+1
* use monotonic `time_uptime' instead of `time_second'jkim2005-09-121-4/+4
* Clean up.le2005-09-121-198/+106
* o Add shutdown(2) regression tests. At the moment we cannot passmaxim2005-09-122-0/+124
* When message can't fit into socket receive buffer return ENOBUFSglebius2005-09-121-2/+3
* opt_pc98.h is not needed.nyan2005-09-121-3/+0
* Move the declaration of __cleanup to libc_private.h as it is used in bothstefanf2005-09-125-4/+12
* more #ifndef PC98. This really fix the pc98 tinderbox.nyan2005-09-121-0/+4
* Update for RELENG_6.kensmith2005-09-121-3/+4
* Remove DFLAG_SEEKABLE from fifo file descriptors: fifos are not seekablerwatson2005-09-121-1/+1
* Add fifo_misc, a regression test to hold misc. functional tests for fifosrwatson2005-09-122-0/+147
* Use different temporary directory templates for fifo_io and fifo_open sorwatson2005-09-122-2/+2
* Remove this file as it's mostly out of date. Up-to-date info such asbrian2005-09-121-49/+0
* Only poll the fifo for read events if the fifo is attached to a readablerwatson2005-09-121-2/+2
* After going to some trouble to identify only the write-related eventsrwatson2005-09-121-2/+2
* When a writer opens a fifo, wake up the read socket for read, not therwatson2005-09-121-1/+1
* Add an assertion that fifo_open() doesn't race against other threadsrwatson2005-09-121-0/+2
* Rather than reaching into the internals of the UNIX domain socket coderwatson2005-09-121-1/+1
* Add fifo_io, a regression test for I/O operations on POSIX fifos. Werwatson2005-09-122-0/+1259
* Introduce vfs_read_dirent() which can help VOP_READDIR() implementationsphk2005-09-122-0/+29
* Clean up prototypes.phk2005-09-121-258/+96
* Remove ng_callout_init_mtx() macro. Mutexed callouts are incompatibleglebius2005-09-121-1/+0
* This appears to be good for some folks, but really bad for others.imp2005-09-121-1/+0
* Since opti_detect is now only called on !PC98 machines, only declareimp2005-09-121-0/+4
* MFamd64: use register_t's.obrien2005-09-121-42/+42
* Note that Keyspan is also InnoSys Inc.obrien2005-09-121-1/+1
* Don't retry when vget() returns ENOENT in the nonblocking case due to thetegge2005-09-121-2/+2
* Giant is no longer needed here.tegge2005-09-121-3/+0
* Add a couple of missing MLINKS.stefanf2005-09-111-0/+17
* Eliminate unused definitions.alc2005-09-114-16/+2
* Restore the 929X support that got nuked in mergemjacob2005-09-111-0/+7
* Canonize the include of acpi.h.obrien2005-09-1151-52/+52
* Add the {get,put}ino man pages for those people which got them in thenetchild2005-09-111-1/+4
* Per a request from Nick Triantos of nVidia, nVidia's legal department askedobrien2005-09-112-0/+104
OpenPOWER on IntegriCloud