games.git
2006-06-17 Sepherosa ZiehauFor acx111:
2006-06-17 Jeremy C. ReedFix typo or mispelling.
2006-06-17 Sascha WildnerReword since mdoc does a line break before .Nm in SYNOPSIS.
2006-06-16 Sascha WildnerAdd an entry for rxvt-unicode (pkgsrc/x11/rxvt-unicode).
2006-06-16 Sascha WildnerAdd us.dvorakl.kbd and us.dvorakr.kbd.
2006-06-15 Sascha Wildnerregen
2006-06-15 Sascha WildnerBring in FreeBSD's script to generate the pciconf database.
2006-06-14 Sascha WildnerAdd necessary #includes (fixes LINT build).
2006-06-14 Gregory Neil... Make the patch apply cleanly with sendmail 8.13.7's...
2006-06-14 Matthew Dillonfcntl(.., F_SETFL, ..) should only do an FIOASYNC ioctl...
2006-06-14 Gregory Neil... Hook sendmail 8.13.7 into the build
2006-06-14 Gregory Neil... Add README.DRAGONFLY for sendmail 8.13.7
2006-06-14 Gregory Neil... Merge from vendor branch SENDMAIL:
2006-06-14 Gregory Neil... Import sendmail 8.13.7
2006-06-14 YONETANI TomokazuClean up ACPI build wrappers:
2006-06-14 YONETANI TomokazuAdd a new flag in pkthdr.fw_flag for ipfw2 so as not...
2006-06-14 Matthew DillonDo not set O_NONBLOCK on a threaded program's descripto...
2006-06-13 Matthew DillonWell, ok, if you are going to turn off writable strings...
2006-06-13 Matthew DillonAdd two more system calls, __accept and __connect....
2006-06-13 Matthew DillonUse the _SELECT_DECLARED method to include the select...
2006-06-13 Simon SchubertAlso obey securenets when TCP wrappers are enabled.
2006-06-13 Simon SchubertDon't allow backslash characters in smbfs path requests.
2006-06-13 Matthew DillonThe pread/preadv/pwrite/pwritev system calls have been...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-11 Joerg SonnenbergerDon't depend on POSIX namespace pollution with u_char...
2006-06-11 Joerg SonnenbergerInclude unistd.h to get isatty(). Has been lurking...
2006-06-11 YONETANI Tomokazusync with FreeBSD rev 1.6:
2006-06-10 Matthew DillonRemove the select_curproc vector from the usched struct...
2006-06-10 Matthew DillonMove selinfo stuff to the separate header sys/selinfo...
2006-06-10 Matthew DillonWe shouldn't have to fninit to make the FP unit usable...
2006-06-10 Matthew DillonFix namespace pollution.
2006-06-10 Sascha WildnerFix typo.
2006-06-08 Matthew DillonAdd a new utility, 'pctrack', which dumps program count...
2006-06-08 Matthew DillonAdd an option, DEBUG_PCTRACK, which will record the...
2006-06-07 Matthew DillonRemove the asynchronous system call interface sendsys...
2006-06-06 Matthew DillonAdd missing crit_exit()
2006-06-06 Matthew DillonSome netisr's are just used to wakeup a driver via...
2006-06-05 Matthew DillonCleanup crit_*() usage to reduce bogus warnings printed...
2006-06-05 Matthew DillonAdd an INVARIANTS test in both the trap code and system...
2006-06-05 Matthew DillonRemove an inappropriate crit_exit() in ehci.c and add...
2006-06-05 Matthew DillonRemove lwp_cpumask assignment. lwp_cpumask is handled...
2006-06-05 Matthew DillonFix a WARNS=3 gcc warning related to longjmp clobbers...
2006-06-05 Matthew DillonFix a file descriptor leak in cam_lookup_pass() when...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-06-05 Matthew DillonFix a minor bug in the last commit. lwp_cpumask has...
2006-06-05 David XuRegenerate.
2006-06-05 David XuOops, the usched_set syscall prototype should be updated.
2006-06-05 David XuAllow userland to bind a process to specific CPUs....
2006-06-04 Matthew DillonRemove LWKT reader-writer locks (kern/lwkt_rwlock.c...
2006-06-04 Matthew DillonFix blocking races in various *_locate() functions...
2006-06-04 Matthew DillonAn inodedep might go away after the bwrite, do not...
2006-06-04 Matthew DillonMisc cleanup - move another namecache list scan into...
2006-06-04 Sascha WildnerSilence warning.
2006-06-03 YONETANI TomokazuFix `/etc/rc.d/dhclient stop' by explicitly returning...
2006-06-03 Matthew DillonFix a bug in the linux emulator's getdents_common(...
2006-06-02 Matthew DillonRename arguments to atomic_cmpset_int() to make their...
2006-06-02 Matthew DillonFix a file descriptor leak, add a missing vx_put()...
2006-06-02 Matthew DillonAdd an option which dumps the filename from the vnode...
2006-06-02 Matthew DillonRemove vnode->v_id. This field used to be used to...
2006-06-01 Matthew Dillonnamecache->nc_refs is no longer protected by the MP...
2006-06-01 Sascha WildnerAdd some mdoc markup and remove hard sentence breaks.
2006-06-01 Sascha WildnerAdd KTR_GIANT_CONTENTION and KTR_SPIN_CONTENTION.
2006-06-01 Matthew DillonSince we can only hold one shared spinlock at a time...
2006-06-01 Joerg SonnenbergerTeach kdump a handy new trick: -p $pid selects the...
2006-06-01 Matthew DillonAnother update. Clarify that a shared spinlock can...
2006-06-01 Matthew DillonUpdate the manual page to reflect additional spinlock...
2006-06-01 Matthew DillonIf the scheduler clock cannot call bsd4_resetpriority...
2006-06-01 Matthew DillonUse the MP friendly objcache instead of zalloc to alloc...
2006-06-01 Matthew Dillongd_tdallq is not protected by the BGL any more, it...
2006-05-31 Sascha WildnerZap references to Digital's TurboLaser bus.
2006-05-31 Sascha WildnerAdd kobj(9) manual page.
2006-05-30 Sascha WildnerRemove trailing whitespace and fix references.
2006-05-29 Matthew DillonFix numerous bugs in the BSD4 scheduler introduced...
2006-05-29 Matthew DillonShortcut two common spinlock situations and don't bothe...
2006-05-29 Matthew DillonAdd two KTR (kernel trace) options: KTR_GIANT_CONTENTIO...
2006-05-29 Matthew DillonRemove conditional memory allocation based on KTR_ALL...
2006-05-29 Matthew DillonClean up compiler warnings when KTR is enabled but...
2006-05-29 Matthew DillonFurther isolate the user process scheduler data by...
2006-05-28 Matthew DillonGet rid -y/-Y (sort by interactive measure). The inter...
2006-05-27 Matthew DillonMark various forms of read() and write() MPSAFE. Note...
2006-05-27 Sascha WildnerAdd a spinlock(9) manual page (based on a writeup by...
2006-05-27 Simon SchubertCheck cvs commit's -m argument for being a filename...
2006-05-27 Sascha WildnerRemove /usr/share/examples/ibcs2 via 'make upgrade'.
2006-05-27 Matthew DillonClear the new VMAYHAVELOCKS flag when after an unlock...
2006-05-27 Matthew DillonGreatly reduce the MP locking that occurs in closef...
2006-05-27 Matthew DillonImplement msleep(). This function is similar to the...
2006-05-26 Matthew DillonAdd a read-ahead version of ffs_blkatoff() called ffs_b...
2006-05-26 Sascha Wildner- Uniformly use .In for header file references.
2006-05-26 Matthew DillonRemove FFS function hooks used by UFS. Simply make...
2006-05-26 Matthew Dillon* Fix a number of cases where too much kernel memory...
2006-05-26 Matthew DillonAdd #include <sys/lock.h> where needed to support get_m...
2006-05-26 Matthew Dillon* Make falloc() MPSAFE. filehead (the file list) and...
2006-05-26 Matthew DillonMore MP work.
2006-05-25 Matthew DillonFix several buffer cache issues related to B_NOCACHE.
2006-05-25 Matthew DillonConvert almost all of the remaining manual traversals...
2006-05-25 Matthew DillonAdjust pamp_growkernel(), elf_brand_inuse(), and ktrace...
2006-05-25 Matthew DillonModifying lk_flags during lock reinitialization require...
2006-05-25 Matthew DillonWhen a vnode is vgone()'d its v_ops is replaced with...
2006-05-24 Matthew DillonFix issues with an incorrectly initialized buffer when...
2006-05-24 Matthew DillonMove the code that inserts a new process into the allpr...
next