Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-23 | fix control message length check, needs CMSG_ALIGN() | Henning Brauer | |
reported by ryo@nerv.org to netbsd, noticed by miod, ok millert | |||
2006-10-21 | Retire B_LOCKED and BQ_LOCKED. The last real usage of the | Thordur I. Bjornsson | |
flag and the buffer queue went away when LFS was removed. ok, pedro@ "looks sane", deraadt@ testing: tybollt@solace.miun.se | |||
2006-10-21 | tbert sent me a diff to change some 0 to NULL | Ted Unangst | |
i got carried away and deleted a whole bunch of useless casts this is C, not C++. ok md5 | |||
2006-10-19 | some buffers (containing metadata) can only be written during the | Michael Shalayeff | |
bdwrite call made on 'em due to otherwise pending softdeps and thus being deferred by the sybcer. promote bdwrite into bawrite for those cases. tested by many. pedro@ ok | |||
2006-10-18 | Return ECONNABORTED when a non-blocking socket has been shutdown() for | Kurt Miller | |
receives. Previously a non-blocking socket would mask this error by returning EWOULDBLOCK and mislead applications to think accept() may eventually succeed. Corrects a pthreads deadlock reported by Tero Koskinen <tero.koskinen at iki.fi> okay kettenis@, theo@, markus@ | |||
2006-10-17 | Kill unused code. | Alexander Yurchenko | |
ok art@ | |||
2006-10-16 | regen | Pedro Martelletto | |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto | |
2006-10-11 | Remove unused variable and simplify m_copym0(). Diff from bret.lambert at ↵ | Marco Pfatschbacher | |
gmail.com. Kill another unused variable in m_devget(). Pointed out by mcbride. Rename all offset variables from off0 to off. OK markus@, deraadt@ | |||
2006-10-09 | bret lambert sent a patch removing register. i made it ansi. | Ted Unangst | |
2006-10-03 | regen | Pedro Martelletto | |
2006-10-03 | Introduce daddr64_t and use it for physical block numbers | Pedro Martelletto | |
Okay weingart@, "I'm game with putting my name on it" dlg@ | |||
2006-09-30 | no malloc debug but configured kmemstats allow 'sh mal' to print smth ↵ | Michael Shalayeff | |
useful; miod@ ok | |||
2006-09-22 | regen | Pedro Martelletto | |
2006-09-22 | Put the LFS syscall stubs back in, turns out libc is unable to build | Pedro Martelletto | |
without those, even though they're currently not implemented | |||
2006-09-22 | regen | Pedro Martelletto | |
2006-09-22 | Remove LFS system calls | Pedro Martelletto | |
2006-09-22 | Unplug LFS from VFS | Pedro Martelletto | |
2006-09-19 | A bit of microoptimisation that doesn't hurt readability: Don't do | Michael Knudsen | |
timeout_del() if we're going to timeout_add() in the next block. ok dlg (a while ago), markus | |||
2006-08-28 | Another grammar nit; "please go ahead" jmc@. | Tom Cosgrove | |
2006-08-28 | typos; from tbert | Jason McIntyre | |
(one not taken) | |||
2006-08-17 | chose proper mountpoint in making decision on upgrading | Michael Shalayeff | |
bwrte() to async op. this fixes in particular panics w/ softdep ffs mounted at a dir in an async mounted (mfs) file system and also a few other evil scenarios. this also matches a netbsd change 1.76 . tested by many on many archs; pedro@ ok | |||
2006-08-10 | Fix a panic when more than the default number of sempahores are | Todd C. Miller | |
allocated. Problem debugged by thib@ | |||
2006-08-09 | Propagate error on getnewbuf(), effectively allowing callers to be | Pedro Martelletto | |
notified of posted signals for the current process, okay tedu@. Based on initial diagnosis by R. Tyler Ballance <tyler@bleepsoft.com> | |||
2006-08-03 | Remove the tb(4) line discipline and manual page. I found no man pages | Marc Balmer | |
referencing tb(4). ok deraadt | |||
2006-07-26 | don't call vn_rdwr() with IO_NODELOCKED when the vnode actually isn't | Nikolay Sturm | |
locked; with this diff VFSDEBUG kernels can boot again ok pedro, thib (who came up with the same diff) | |||
2006-07-19 | Sprinkle some _Q_INVALIDATE love for timeout structures as well; ok otto@ | Miod Vallat | |
2006-07-19 | make kernels w/o PTRACE compile again. | Alexander von Gernler | |
help from mickey@, "commit it" miod@ | |||
2006-07-14 | Typo | Pedro Martelletto | |
2006-07-12 | Small KNF. | Michael Knudsen | |
2006-07-12 | zap some unused variables. | Thordur I. Bjornsson | |
the only use was in an #if notyet chunk since '97. ok miod@ 'no objections' pedro@ | |||
2006-07-11 | add mount/vnode/buf and softdep printing commands; tested on a few archs and ↵ | Michael Shalayeff | |
will make pedro happy too (; | |||
2006-07-10 | Handle executables that have all load sections marked read-only. | Mark Kettenis | |
ok drahn@ | |||
2006-07-09 | Fix tab where space was meant | Pedro Martelletto | |
2006-07-08 | vinvalbuf() debugging aid, under VFSDEBUG. | Thordur I. Bjornsson | |
ok pedro@ | |||
2006-07-06 | Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency. | Miod Vallat | |
2006-07-03 | also print vp in vprint (useful for debugging); pedro@ ok | Michael Shalayeff | |
2006-06-29 | Normalize the correction passed to adjtime(2) before using it in the | Mark Kettenis | |
__HAVE_TIMECOUNTER case. ok otto@ | |||
2006-06-27 | Adapt adjtime() code and put in a better stub for adjfreq() for the | Otto Moerbeek | |
timecounters case. adjfreq() does not work with timecounters, but more is coming. with help from miod; tested by dlg@; ok miod@ | |||
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm | |
requested by and ok pedro | |||
2006-06-23 | namei() only returns locked vnodes if LOCKLEAF is set, be more clear | Nikolay Sturm | |
about this ok pedro | |||
2006-06-23 | consistantly count context switches on exit; miod@ ok | Michael Shalayeff | |
2006-06-21 | If tty timestamping is enabled, copy the tty timestamp early to preserve | Marc Balmer | |
the value if it gets overwritten by other events. | |||
2006-06-20 | pruning; ok mbalmer | Theo de Raadt | |
2006-06-19 | Remove the no longer needed date/time calculations. | Marc Balmer | |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt | |
so that things can use it; tested on all architectures; ok kettenis | |||
2006-06-17 | avoid missing events for timestamping (dcd change at same time as cts); | Theo de Raadt | |
mrd@alkemio.org | |||
2006-06-15 | Nothing sets P_FSTRACE anymore, so remove all what's left of it. | Miod Vallat | |
2006-06-15 | Make sys_adjfreq() compile on archs that use timecounters | Jonathan Gray | |
(ie sgi). Diff and request to commit from otto@ | |||
2006-06-15 | nuke code that has been dead for so long that it stinks. claudio ok | Henning Brauer | |