]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-03-29 kensmithMFi386: correctly calculate the top-of-stack when a...
2004-03-29 rwatsonConditionally acquire Giant when entering the socket...
2004-03-29 tjrAdd a new LC_MONETARY data file for the ko_KR.UTF-8...
2004-03-29 rwatsonWhen validating that the length sum in recvit(), we...
2004-03-29 tjrAdd a new LC_MONETARY data file for the ja_JP.UTF-8...
2004-03-29 gadHave this source explicitly include <sys/proc.h>, since...
2004-03-29 kensmithMFi386: correctly calculate the top-of-stack when a...
2004-03-29 gadSince "kp" is a pointer, I should be comparing against...
2004-03-29 kensmithRemove "-frename-registers" option for sparc64 kernel...
2004-03-29 gadVarious style improvements, mostly in comments and...
2004-03-29 rwatsonModify BPF descriptor assertions to assert Giant when...
2004-03-29 rwatsonConditionally assert Giant in fputsock() based on the...
2004-03-29 gadIn the routines I've been working on, sort the variable...
2004-03-29 gadSplit two 'fmt' strings so they're easier to read on...
2004-03-29 gadSort the declarations of global variables.
2004-03-28 gadSort the routine prototypes.
2004-03-28 rwatsonInvert the logic of NET_LOCK_GIANT(), and remove the...
2004-03-28 rwatsonRegen from ibcs2_wait() becoming MPSAFE.
2004-03-28 rwatsonibcs2_wait() now MPSAFE.
2004-03-28 bmsUse the BSD madvise() syscall implementation for Linux...
2004-03-28 mlaierCommit two fixes from OpenBSD's stable branch:
2004-03-28 phkTell fdisk(8) about our geometry.
2004-03-28 marcelAdd a simple tool that prints out a register offset...
2004-03-28 pjdRemove unused argument.
2004-03-28 mtmRemove the garbage collector thread. All resources...
2004-03-28 nyanAdd PC98 supports.
2004-03-28 nyan- Fix PC98 supports after importing auto selection...
2004-03-28 nyanMFi386: revision 1.1136.
2004-03-28 nyanMFi386: revision 1.586.
2004-03-28 schweikhFix a warning: compare u_long ps_strings to 0 instead...
2004-03-28 kanReset callout if in nfs_timeout and rpcclnt_timeout...
2004-03-28 bdeFixed s style bug in previous commit (tab lossage)...
2004-03-28 gadIf <x> is a process id that does not exist, then just...
2004-03-28 gadFix `-o rtprio' so it prints the correct value.
2004-03-27 gadAdd a cross-reference to pkill(1), now that pkill is...
2004-03-27 tmmThe compatibility specification property is named ...
2004-03-27 gadIf a non-existent user is given as part of `-U userlist...
2004-03-27 gadExplicitly wrap two long-ish linesi of code, to make...
2004-03-27 gadChange the #if-ish logic which is used to add the ...
2004-03-27 gadMove the 'f' case so it shows up in the right place...
2004-03-27 pjdReduce 'td' argument to 'cred' (struct ucred) argument...
2004-03-27 pjdRemove unused argument.
2004-03-27 wpaulApparently, some atheros drivers want rand(), so implem...
2004-03-27 pjdRemove unused prototype.
2004-03-27 alcRevise the direct or optimized case to use uiomove_from...
2004-03-27 gadUpdate the date on the man page, since this the previou...
2004-03-27 gadSupport more POSIX/SUSv3 options:
2004-03-27 marcelChange the type of the various CPU masks to cpumask_t...
2004-03-27 marcelMFi386: correctly calculate the top-of-stack when a...
2004-03-27 takawataAdd ACPI PnP string. This affects devinfo(8) output...
2004-03-27 scottlFix typo in the device id for the new cards.
2004-03-27 mtmo Since we're not using signals for thread synchronizat...
2004-03-27 mtmStop using signals for synchronizing threads. The perfo...
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 ceriCorrect typo in the last revision.
2004-03-27 ceriBackout revision 1.140; it seems that the previous...
2004-03-27 dougbA few small cleanups:
2004-03-27 tjrRecognize the "rune" character class in wctype().
2004-03-27 pjd- Add a description for vfs.usermount sysctl.
2004-03-27 tjrBump FreeBSD version for UTF-8 locale addition. This...
2004-03-27 tjrAdd UTF-8 versions of all the currently supported syste...
2004-03-27 pjd- Loudly disallow MNT_SUIDDIR mount flag for unprivileg...
2004-03-27 gadbde also tells me that he is confident that P_SYSTEM...
2004-03-27 gadHook `pkill' (and thus `pgrep') to the standard buildworld.
2004-03-27 gadSome style(9)-ish improvements, courtesy of bde.
2004-03-26 leDon't read an inode which isn't used to avoid problems...
2004-03-26 simokawaMFp4: FireWire
2004-03-26 reesfix for 64-bit arch:
2004-03-26 pjdWe probably shouldn't allow users to mount file systems...
2004-03-26 umeValidate IPv6 socket options more carefully to avoid...
2004-03-26 gadRemove the _PATH_DEVNULL setting for "swapf". From...
2004-03-26 maximo The lenght of the port list is limited to 30 entries...
2004-03-26 julianMFNetBSD Version 1.146
2004-03-26 ruRemoved more vestiges of the stl(4) driver.
2004-03-26 obrienBring back jhb's two sector (1024 bytes) 'boot0' [rev...
2004-03-26 gadRemove the NEED_KMEM support meant for FreeBSD 3.x...
2004-03-26 gadSwitch to checking P_KTHREAD instead of P_SYSTEM when...
2004-03-26 bdeFixed some style bugs in the residue of rev.1.14 (mainl...
2004-03-26 mtmo The mutex locking functions aren't normally cancellat...
2004-03-26 mtmo Initialize a local variable before referencing it...
2004-03-26 ruProperly document the -M and -N options.
2004-03-26 ruCorrect the description of the -N option.
2004-03-26 ru-N without -M is pointless.
2004-03-26 ruNot too much point specifying -N but not specifying -M.
2004-03-26 ruUpdate information of how pstat(8) accesses the running...
2004-03-26 ruAvoid the manpage layering violation and low-level...
2004-03-26 ruCorrect the description of options -N and -M to match...
2004-03-26 bdeFixed some style bugs in or related to rev.1.13 (mainly...
2004-03-26 ru- Remove references to /dev/kmem -- ps(1) utilizes the
2004-03-26 ruDocument that kvm_open(3) also accepts "/dev/null"...
2004-03-26 ruDocument that libkvm also uses /dev/kmem, to access...
2004-03-26 ruApply style.Makefile(5).
2004-03-26 nonAdd ct(4) man page for ct SCSI host adapter device...
2004-03-26 rwatsonCorrect the definition of the multilabel flag: it enabl...
2004-03-26 gadSend those -Debug messages to stderr, not stdout...
2004-03-26 gadAdd a debugging option, as I don't understand something...
2004-03-26 gadRemove a redundant check against mypid (the check is...
2004-03-26 gadAdd a cast to get this to compile with WARNS=5 on sparc...
next