]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Merge of libpcap 0.8.3 from tcpdump.org.
[FreeBSD/FreeBSD.git] / sys / kern /
2004-03-31 bmsThis commit was generated by cvs2svn to compensate...
2004-03-31 julianRemove unused variable.
2004-03-31 rwatsonIn sofree(), avoid nested declaration and initialization in
2004-03-31 rwatsonExport uipc_connect2() from uipc_usrreq.c instead of...
2004-03-30 alcWhite space and wording changes to init_param3().
2004-03-30 rwatsonPrefer NULL to 0 when testing and assigning pointer...
2004-03-29 peterShorten some XXXKSE commentry
2004-03-29 peterKill some XXXKSE's. vnlru/syncer are single threaded.
2004-03-29 peterClean up the stub fake vnode locking implemenations...
2004-03-29 rwatsonUse a common return path for filt_soread() and filt_sow...
2004-03-29 rwatsonIn sofree(), moving caching of 'head' from 'so->so_head...
2004-03-29 rwatsonIf debug.mpsafenet, initialize UNIX domain socket timeo...
2004-03-29 desThis commit was generated by cvs2svn to compensate...
2004-03-29 rwatsonConditionally acquire Giant when entering the sockets...
2004-03-29 rwatsonConditionally acquire Giant when entering the socket...
2004-03-29 rwatsonWhen validating that the length sum in recvit(), we...
2004-03-29 rwatsonConditionally assert Giant in fputsock() based on the...
2004-03-27 alcRevise the direct or optimized case to use uiomove_from...
2004-03-27 marcelChange the type of the various CPU masks to cpumask_t...
2004-03-27 mtmRegen for libthr thread synchronization syscalls.
2004-03-27 mtmUse the proc lock to sleep on a libthr umtx.
2004-03-27 mtmSeparate thread synchronization from signals in libthr...
2004-03-27 pjd- Add a description for vfs.usermount sysctl.
2004-03-27 pjd- Loudly disallow MNT_SUIDDIR mount flag for unprivileg...
2004-03-26 pjdWe probably shouldn't allow users to mount file systems...
2004-03-25 desThis commit was generated by cvs2svn to compensate...
2004-03-24 alcUse uiomove_fromphys() instead of pmap_qenter() and...
2004-03-24 impConform to local file sytle and prefer (a && (b & flag)).
2004-03-23 obrienChange the !MPSAFE boot string to something that doesn...
2004-03-23 alfredEmit a traceback when witness_trace is set and witness_...
2004-03-22 obrienRather than display which interrupts are MPSAFE, displa...
2004-03-22 psRemove some netbsd debug code that crept into rev 1.116
2004-03-21 obrienGive a more reasonable CPU time to the threads which...
2004-03-21 julianMassively up the (artificial) limit on system scope...
2004-03-19 desThis commit was generated by cvs2svn to compensate...
2004-03-18 greenAdd the missing Giant when doing anything with VFS...
2004-03-18 njlThis commit was generated by cvs2svn to compensate...
2004-03-18 nectarVerify more bits of the ELF header: the program header...
2004-03-17 alcRevise socow_iodone() in light of recent sf_buf changes...
2004-03-17 jhb- Replace wait1() with a kern_wait() function that...
2004-03-17 nectarThis commit was generated by cvs2svn to compensate...
2004-03-17 pjdFix information leakage.
2004-03-17 nectarThis commit was generated by cvs2svn to compensate...
2004-03-17 cpercivaAdjust the number of processes waiting on a semaphore...
2004-03-16 alcRefactor the existing machine-dependent sf_buf_free...
2004-03-16 jhbRemove a bogus assertion and readd it in a more correct...
2004-03-16 grehanAdd powerpc to temporary fix. The new cpu device claims all
2004-03-16 dwmaloneNudge Giant as far as I can into kern_open(). Mark...
2004-03-16 dwmaloneGet ready to mark open, creat and nosys as MPSAFE.
2004-03-16 tjrMake vfs_nmount() public. The Linux emulator needs...
2004-03-16 truckmanRename the wiredlen member of struct sysctl_req to...
2004-03-16 truckmanDon't bother calling vslock() and vsunlock() if oldlen...
2004-03-15 jhbRegen for ptrace being safe again.
2004-03-15 jhbDrop the proc lock around calls to the MD functions...
2004-03-15 pjdRemove sysctl security.jail.list_allowed.
2004-03-15 truckmanRevert to the original vslock() and vsunlock() API...
2004-03-14 phkAnnual NTP kernel code spring-cleaning:
2004-03-14 peterSet default HZ to 1024 for amd64. The comment in kern...
2004-03-14 peterMake the process_exit eventhandler run without Giant...
2004-03-14 peterMove the process_fork event out from under Giant. ...
2004-03-13 peterRegen for mpsafe kse_create()
2004-03-13 peterPush Giant down a little further:
2004-03-13 rwatsonAdd annotations to mtx_lock(&Giant) in kern_select...
2004-03-13 bdeAlign the offset in vn_rdwr_inchunks() so that at most...
2004-03-12 trhodesThese are changes to allow to use the Intel C/C++ compi...
2004-03-12 ruDo what the execve(2) manpage says and enforce what...
2004-03-12 kensmithThis is a temporary fix to solve a regression issue...
2004-03-12 jhb- Remove old sleep queues.
2004-03-12 jhbFixup a comment.
2004-03-12 desReplace a manual check of a VMIO candidate with vn_canv...
2004-03-11 phkWhen I was a kid my work table was one cluttered mess...
2004-03-11 desThis commit was generated by cvs2svn to compensate...
2004-03-11 phkProperly vector all bwrite() and BUF_WRITE() calls...
2004-03-11 phkRemove unused mnt_reservedvnlist field.
2004-03-11 phkRemove unused second arg to vfinddev().
2004-03-11 phkCorrectly account for extra bits in unit numbers when...
2004-03-11 phkAdd clone_setup() function rather than rely on lazy...
2004-03-10 jmgmake sure we had the filedesc lock when calling fdinit...
2004-03-09 njlHook CPUs up to newbus. CPUs will ultimately be a...
2004-03-08 rwatsonMark loadaverage callout as CALLOUT_MPSAFE.
2004-03-08 pjdAdd two new sysctls:
2004-03-08 peterMove a vref call outside of proc locks and Giant. ...
2004-03-07 alcRemove GIANT_REQUIRED from vunmapbuf().
2004-03-07 alcGiant is not required for vm_thread_new_altkstack().
2004-03-06 kanAlways call vn_finished_write after vn_start_write...
2004-03-06 peterAdd a missing part of jhb's previous commit. It looks...
2004-03-05 jhbkthread_exit() no longer requires Giant, so don't force...
2004-03-05 jhb- Push down Giant in exit() and wait().
2004-03-05 jhbLock Giant around the single threading code in exec...
2004-03-05 jhb- Grab a share lock of the proctree lock while looking...
2004-03-05 truckmanUndo the merger of mlock()/vslock and munlock()/vsunloc...
2004-03-05 rwatsonThe roundrobin callout from sched_4bsd is MPSAFE, so...
2004-03-05 rwatsonPut "failed to set signal flags properly for ast()...
2004-03-04 phkJust because the timecounter reads the same value on...
2004-03-04 bdeFixed some style bugs (mainly English usage errors...
2004-03-04 bdeFixed some style bugs (mainly misplaced comments, and...
2004-03-04 rwatsonRemove unneeded label 'done2' from socket(). We now...
2004-03-03 desUse different dummy wait channels to avoid panic in...
2004-03-02 jhbAlways assert that the passed in lock is the same as...
2004-03-02 jhbCorrect handling of PDROP in msleep() to just skip...
next