]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / sys / kern /
2000-04-02 dillon Change the write-behind code to take more care...
2000-04-02 greenUnstaticize this driver. You can have as many snoop...
2000-04-01 impdevice_set_unit() DO NOT USE THIS. This was approved...
2000-03-30 peterRemove #ifdef for sem_wakeup() - we just use wakeup().
2000-03-30 peterMake sysv-style shared memory tuneable params fully...
2000-03-30 obrienThis commit was generated by cvs2svn to compensate...
2000-03-29 ruThis commit was generated by cvs2svn to compensate...
2000-03-28 dillon The SMP cleanup commit broke UP compiles. Make...
2000-03-28 dillon Commit major SMP cleanups and move the BGL (big...
2000-03-27 dillon Commit the buffer cache cleanup patch to 4.x and...
2000-03-27 obrienThis commit was generated by cvs2svn to compensate...
2000-03-27 obrienThis commit was generated by cvs2svn to compensate...
2000-03-26 krisThis commit was generated by cvs2svn to compensate...
2000-03-25 krisReword warning to make it clearer (I read it as "remove...
2000-03-25 krisThis commit was generated by cvs2svn to compensate...
2000-03-24 dillon Fix in-kernel infinite loop in pipe_write() when...
2000-03-21 phkWhine at users who still have block devices in /dev...
2000-03-21 psAdd sysctl kern.coredump to enable/disable core dumps...
2000-03-20 greenSplit the logic of
2000-03-20 phkIsolate the Timecounter internals in their own two...
2000-03-20 phkdiff, patch and cvs didn't like these three last time...
2000-03-20 phkRename the existing BUF_STRATEGY() to DEV_STRATEGY()
2000-03-20 phkRemove B_READ, B_WRITE and B_FREEBUF and replace them...
2000-03-19 acheThis commit was generated by cvs2svn to compensate...
2000-03-18 fennerMake sure to free the socket in soabort() if the protoc...
2000-03-18 chrisIn vn_isdisk(), check whether vp->v_rdev is NULL. ...
2000-03-16 n_hibmaInstead of using the next unit available, use the first...
2000-03-16 phkEliminate the undocumented, experimental, non-deliverin...
2000-03-14 kuriyamaPrint "previous type" correctly when INVARIANTS is...
2000-03-14 bdeDon't try so hard to make the lower 16 bits of fsids...
2000-03-13 bsdIn 'ipcperm()', only call 'suser()' if it is actually...
2000-03-13 phkRemove unused 3rd argument from vsunlock() which abused...
2000-03-12 bdeTry harder to make the lower 16 bits of fsids unique...
2000-03-10 alcshmat: If VM_PROT_READ_IS_EXEC is defined and prot...
2000-03-09 shinEnable SCM_RIGHTS on alpha. Allocate necessary buffer...
2000-03-09 bdeFixed a null pointer panic for dumpon(8) on a nonexiste...
2000-03-09 obrienThis commit was generated by cvs2svn to compensate...
2000-03-03 robertoThis commit was generated by cvs2svn to compensate...
2000-03-03 shinCMSG_XXX macros alignment fixes to follow RFC2292.
2000-03-02 dufaultI applied the wrong patch set. Back out anything assoc...
2000-03-02 dufaultPatches that eliminate extra context switches in FIFO...
2000-02-29 bsdFix a superuser credential check.
2000-02-29 dfrIf a driver probe fails, unset it from the device....
2000-02-28 psUpdate a comment in elf_coredump to reflect that if...
2000-02-28 psAdd MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_COR...
2000-02-25 jkhAdd new oid, debug.boothowto. This allows userland...
2000-02-24 shinAdd length check to sbcreatecontrol().
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-23 jasoneAdd the VFS_AIO config option and leave it off by defau...
2000-02-20 bsdDon't forget to reset the hardware debug registers...
2000-02-20 peterFix select(2) for the Alpha. (!!) It was never returni...
2000-02-20 sosHide the "devclass_alloc_unit: %s%d already exists...
2000-02-18 sosUpdate the ata driver to take more advantage of newbus...
2000-02-17 msmithChange the mountroot prompt to something that doesn...
2000-02-16 dillon Fix null-pointer dereference crash when the system...
2000-02-15 joergHide the boring ``not probed (disabled)'' messages...
2000-02-15 phkDon't try to account for the partial quantum unless...
2000-02-15 cracauerAllow comments in interpreter specification lines as in
2000-02-14 peterAvoid a panic in __getcwd(2) when combined with umount -f.
2000-02-13 phkFix sign reversal in adjtime(2).
2000-02-12 rwatsonYet-another-update: rename ``kern.prison'' to a new...
2000-02-10 rwatsonFix sysctl namespace for jail: move the kern.jailcanset...
2000-02-10 rwatsonIntroduce a new sysctl, kern.jailcansethostname, which...
2000-02-09 guidoThis commit was generated by cvs2svn to compensate...
2000-02-09 rwatsonCorrect an oversight in jail() that allowed processes...
2000-02-08 phkAlso allow non-rot processes to setproctitle()
2000-02-07 sosDo refcounting of open devices (more) correctly.
2000-02-02 rwatsonRemove static qualifier from vgonel, as it is needed...
2000-02-02 obrienThis commit was generated by cvs2svn to compensate...
2000-01-31 ruThis commit was generated by cvs2svn to compensate...
2000-01-30 peterDon't refer to TABLDISC in the comments here.
2000-01-30 fennerThis commit was generated by cvs2svn to compensate...
2000-01-30 fennerThis commit was generated by cvs2svn to compensate...
2000-01-29 peterRemove sys/tablet.h and kern/tty_tb.c (the old RS232...
2000-01-29 rwatsonThis patch fixes a locking bug that can result in deadl...
2000-01-28 phkrename disk_delete() to disk_destroy().
2000-01-28 greenFix a bug that could crash the system if you press...
2000-01-28 archieBack out previous commit; it was premature.
2000-01-28 robertoThis commit was generated by cvs2svn to compensate...
2000-01-28 bdeFixed a memory leak for slices with an (unsupported...
2000-01-28 bdeDon't permit generation of non-physical disk addresses.
2000-01-28 dgFixed sign and overflow bugs that caused the allocation...
2000-01-28 archieWhen an attempt to install a line discipline fails...
2000-01-27 bdeQuick fix for stack overflow when there are more than...
2000-01-27 mckusickAdd soft updates to the set of things being tagged...
2000-01-26 peterThis commit was generated by cvs2svn to compensate...
2000-01-26 bdeImproved English in the messages printed by diskerr().
2000-01-25 bdeDon't follow null pointers if we somehow have a null...
2000-01-24 markmThis commit was generated by cvs2svn to compensate...
2000-01-24 bdeFixed some style bugs (mainly ones associated with...
2000-01-23 bpBackout previous commit. It was a mistake.
2000-01-23 bpReplace non obvious number with SPECNAMELEN constant.
2000-01-23 phkAdd a couple of strategic sysctls for monitoring.
2000-01-22 obrienThis commit was generated by cvs2svn to compensate...
2000-01-21 impFix the style bugs in the style bugs fix. The style...
2000-01-21 greenFix style bugs in the last commit.
2000-01-20 impbdeize last commit:
next