Age | Commit message (Expand) | Author |
2001-03-07 | 2nd bug on the road to shlibs on alpha: | Niklas Hallqvist |
2001-03-06 | different fix, we still need to deliver EV_EOF; from jlemon@freebsd.org | Niels Provos |
2001-03-06 | fix a kqueue related panic triggered by shutdown, okay art@ | Niels Provos |
2001-03-02 | Casting magic to avoid warnings on alpha. | Artur Grabowski |
2001-03-01 | sync | Niels Provos |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos |
2001-02-27 | Move buf_undirty and tbp flags manipulation back before calling the | Constantine Sapuntzakis |
2001-02-27 | art@ found a race in getnewbuf. bawrite can block so we need to restart | Constantine Sapuntzakis |
2001-02-27 | Add wakeup_n and wakeup_one. wakeup_n will wakeup up to n sleeping processes | Constantine Sapuntzakis |
2001-02-27 | Instead of doing VOP_ISLOCKED, vn_lock(..LK_RETRY..) we can do vn_lock(..LK_N... | Artur Grabowski |
2001-02-26 | regen | Artur Grabowski |
2001-02-26 | Since VLOCKSWORK is only set when LOCKDEBUG is defined, | Artur Grabowski |
2001-02-26 | regen | Artur Grabowski |
2001-02-26 | Indentation nit in the generated code. | Artur Grabowski |
2001-02-26 | Move v_writecount test back to it original place | Constantine Sapuntzakis |
2001-02-26 | Make ref counts 32-bit unsigned ints as opposed to a potpourri of longs and | Constantine Sapuntzakis |
2001-02-24 | Move splbio's around so that they cover the data structures they need to | Constantine Sapuntzakis |
2001-02-24 | Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE. | Constantine Sapuntzakis |
2001-02-23 | Try to avoid sleeping in the syncer waiting for vnode locks. | Constantine Sapuntzakis |
2001-02-23 | Change the B_DELWRI flag using buf_dirty and buf_undirty instead of | Constantine Sapuntzakis |
2001-02-23 | Remove the clustering fields from the vnodes and place them in the | Constantine Sapuntzakis |
2001-02-22 | avoid sign extension for %b | Michael Shalayeff |
2001-02-22 | ELF uses more than 5 vmcmds by default, so grow the default vmcmd set size | Artur Grabowski |
2001-02-21 | Latest soft updates from FreeBSD/Kirk McKusick | Constantine Sapuntzakis |
2001-02-20 | Add M_ZERO option to malloc. Causes malloc to return a zero'ed buffer. | Constantine Sapuntzakis |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
2001-02-19 | Indentation nit. | Artur Grabowski |
2001-02-19 | When doing an assertion for phz, just do it once when we set phz, | Artur Grabowski |
2001-02-19 | Fix LOCKDEBUG compile. | Artur Grabowski |
2001-02-19 | Clean up spl handling. | Artur Grabowski |
2001-02-16 | typo (incidentally, removed a bogus -k in the cvs file, the update | Marc Espie |
2001-02-14 | make sure we do not pass shared M_EXT mbuf. will avoid | Jun-ichiro itojun Hagino |
2001-02-13 | More sane spl handling. Don't just assume that we're called at spl0. | Artur Grabowski |
2001-02-13 | No need to cast splx to (void). | Artur Grabowski |
2001-02-13 | Use MIN, not min when counting the pages we steal. | Artur Grabowski |
2001-02-13 | KNF | Theo de Raadt |
2001-02-12 | Check if softdep is enabled for this fs before calling softdep's | Federico G. Schwindt |
2001-02-10 | new symbol handling in ddb for ELF, there is still a problem with hangman on ... | Niklas Hallqvist |
2001-02-09 | return error from soaccept() upwards. part of accept(2) fix against RST | Jun-ichiro itojun Hagino |
2001-02-08 | do not print stuff when not verbose | Michael Shalayeff |
2001-02-07 | return ECONNABORTED, if the socket (tcp connection for example) | Jun-ichiro itojun Hagino |
2001-02-06 | spelling and KNF. | Federico G. Schwindt |
2001-02-05 | only attach pseudo-device if it's counter is above zero; deraadt@, maja@ ok | Michael Shalayeff |
2001-02-05 | If kernel is compile with support for DDB add a ddb command to enter | Mats O Jansson |
2001-02-04 | Add support for pseudo devices. Based on the new code in config. | Mats O Jansson |
2001-02-03 | Do a check for the OpenBSD note before doing any emulation probes. | Artur Grabowski |
2001-01-31 | add kern.cp_time sysctl, to be used by various things | Theo de Raadt |
2001-01-29 | Allow syscall aliasing to allow for multiple linux syscalls to be mapped | jasoni |
2001-01-25 | spelling | Todd T. Fries |
2001-01-24 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham |