aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make st_blksize default to PAGE_SIZE instead of zero.Poul-Henning Kamp2002-01-251-2/+2
* Fix code that had rotted behind debugging macros.Scott Long2002-01-258-8/+10
* a buffer offset equal to the buffer size is illegal too, fix assertion inCameron Grant2002-01-251-1/+1
* cosmetic change, free b instead of c->bufhard for consistency withinCameron Grant2002-01-251-1/+1
* Make the 'maxusers 0' auto-sizing code slightly more conservative. ChangeMatthew Dillon2002-01-251-3/+3
* Have sysctl() return the correct errno(2) as documented in theCrist J. Clark2002-01-251-1/+1
* Yet a bug with extensible sbufs being marked as OVERFLOWED. This timePoul-Henning Kamp2002-01-241-1/+1
* Merge from NetBSD:Josef Karthauser2002-01-242-5/+24
* Add entry for EVFILT_NETDEV, which was inadverdently omitted back in Sept.Jonathan Lemon2002-01-241-0/+1
* 1) Fix a debug statement by filling in its data before the printf inGuido van Rooij2002-01-241-3/+72
* Regenerated file from previous commit to syscalls.masterAndrew Gallatin2002-01-233-18/+6
* Linux/alpha uses the same BSDish return mechanism we do forAndrew Gallatin2002-01-232-4/+8
* CG hard sentence breaks.Maxim Sobolev2002-01-231-1/+2
* in fget() return EINVAL when the descriptor requested is negative.Alfred Perlstein2002-01-231-1/+1
* Remove holdfp() prototype now that the function no longer existsAlfred Perlstein2002-01-231-1/+0
* make pread use fget_read instead of holdfp.Alfred Perlstein2002-01-231-27/+2
* Roll to latest production level firmware.Matt Jacob2002-01-231-5037/+5506
* improve sndstat output of feederchains so it can be understood withoutCameron Grant2002-01-231-11/+20
* print warnings if a pcm*.buffersize hint is out of range or a non-power-of-2Cameron Grant2002-01-231-3/+17
* fix some comments accidentally hit by search/replace several revisions agoCameron Grant2002-01-231-3/+3
* set the speeds the right way round for recording using the rate feederCameron Grant2002-01-231-4/+7
* add more error checking in chn_init() and chn_reset()Cameron Grant2002-01-231-30/+61
* make the feederchain builder work for recording. this has not been testedCameron Grant2002-01-233-19/+64
* don't bother checking if an unsigned parameter is less than 0 in a KASSERTCameron Grant2002-01-231-1/+1
* add more error checking to open of /dev/dsp* and /dev/audio* - if theCameron Grant2002-01-231-2/+18
* don't allow mmap beyond the end of the bufferCameron Grant2002-01-231-1/+7
* remove modules no longer builtCameron Grant2002-01-233-27/+0
* consolidate bits that don't need to be seperate modules into the modulesCameron Grant2002-01-234-5/+5
* Add a stub for softdep_request_cleanup() so that compilation withoutKirk McKusick2002-01-231-0/+9
* Add missing destroy_dev().Wes Peters2002-01-232-20/+26
* Remove bogus _POSIX_ACL_PATH_MAX definition.Brian Feldman2002-01-221-1/+0
* The ENDPTS_EQ macro was comparing the one of the fports to itself. Fix.Jonathan Lemon2002-01-221-1/+1
* Initialize the sysctl_ctx list early, which avoids a panic in case otherJonathan Lemon2002-01-221-1/+1
* Fixed bug in calculation of amount of file to send when nbytes !=0 andDavid Greenman2002-01-221-3/+6
* In certain cases sbuf_printf() and sbuf_vprintf() could mistakelyPoul-Henning Kamp2002-01-221-1/+1
* Tiny style change. Whitespace only change.Giorgos Keramidas2002-01-221-1/+1
* This patch fixes a long standing complaint with soft updates inKirk McKusick2002-01-223-10/+64
* Don't read the sigcontext pointer directly from userspace. If the processAndrew Gallatin2002-01-221-6/+14
* List bit 18 (reserved, apparently present on thunderbird cpus)Peter Wemm2002-01-222-4/+4
* Gah! last commit botched indentation, fix indentation and some otherPoul-Henning Kamp2002-01-211-122/+122
* Restructure slightly, eliminating some repetitive source lines andPoul-Henning Kamp2002-01-211-77/+34
* - Check the address family of the destination cached in a PCB.Hajimu UMEMOTO2002-01-212-4/+12
* - Check the address family of a cached destination, in case ofHajimu UMEMOTO2002-01-211-1/+4
* RFC1122 requires that addresses of the form { 127, <any> } MUST NOTRuslan Ermilov2002-01-211-1/+11
* Fix a typo in a comment field.Mike Pritchard2002-01-211-1/+1
* Merge from NetBSD:Josef Karthauser2002-01-212-18/+17
* Merge from NetBSD:Josef Karthauser2002-01-212-4/+12
* Merge from NetBSD:Josef Karthauser2002-01-211-2/+10
* Merge from NetBSD:Josef Karthauser2002-01-211-2/+8
* Merge from NetBSD:Josef Karthauser2002-01-212-2/+25