Remove the now unused interlock argument to the lockmgr() procedure.
[dragonfly.git] / usr.bin /
2006-04-18 Joerg SonnenbergerIntroduce a new variable to hold the size of buf.
2006-04-17 Sascha WildnerAssorted .Xr fixes:
2006-04-17 Sascha WildnerChange some documentation mentioning ports to pkgsrc.
2006-04-14 Matthew DillonAlways guarentee at least one space between two network...
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-04-10 Joerg SonnenbergerImprove portability of patch(1):
2006-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
2006-03-29 Sascha WildnerPlug an fd leak and closedir() two directories.
2006-03-27 Sascha WildnerRemove trailing whitespace.
2006-03-27 Joerg SonnenbergerBe more jail friendly:
2006-03-27 Sascha WildnerRemove redundant .Pp.
2006-03-26 Sascha WildnerRemove redundant .Pp macros right before .El, .Sh and...
2006-03-25 Matthew DillonSync fstat up to the changes made in msdosfsmount.h.
2006-03-22 Gregory Neil ShapiroAdjust build infrastructure for sendmail 8.13.6
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-03-21 Sascha WildnerFix xref order.
2006-03-16 Sascha WildnerFix implicit declaration warnings.
2006-03-08 Sascha Wildner* Only use two digits for DragonFly version numbers...
2006-03-06 Sascha WildnerAdd missing argument.
2006-03-06 Sascha WildnerDon't modify p twice betweeen sequence points.
2006-03-01 Sascha WildnerRETURN VALUES is for function return values only. FreeB...
2006-03-01 Sascha WildnerERRORS is errno related only. Move documentation to...
2006-02-28 Sascha WildnerUse \(xx style escape sequences for some special charac...
2006-02-26 Matthew Dillonnvi's "memory use after free" bug exists in following...
2006-02-17 Sascha WildnerSweep-fix man page section order to match mdoc(7),...
2006-02-15 Simon SchubertConsolidate patches into the sources of top, which...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-02-11 Simon SchubertAllways pass -n to echo so that wmake -n will do the...
2006-02-03 Simon SchubertMake patch break hardlinks even if not making backups.
2006-01-28 YONETANI TomokazuInitialize intrcnt[] with 0 before using it, because...
2006-01-22 Sascha WildnerAdd ansification to silence -Wold-style-definition...
2006-01-22 Sascha WildnerRemove extra tokens from the end of #else or #endif...
2006-01-22 Sascha WildnerRemove support for some obsolete architectures.
2006-01-21 Sascha WildnerRemove antique, unused test code.
2006-01-20 Sascha WildnerAdd a wmake(1) man page using the commit message for...
2006-01-19 Matthew DillonAdd the '-c cpu' option to arp, netstat, and route...
2006-01-19 Simon Schubertmake zero prefix or suffix tell patch not to produce...
2006-01-19 Simon SchubertFix warning:
2006-01-17 Matthew DillonCorrect sizeof(pointer) bugs that should have been...
2006-01-15 Simon SchubertFix insecure tempfile usage in ee, see FreeBSD-SA-06...
2006-01-12 Simon SchubertCheck for setenv/putenv's success
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2005-12-30 Sascha WildnerAdd link for bzip2recover(1).
2005-12-21 Joerg SonnenbergerAdd g77 here as well.
2005-12-21 Joerg SonnenbergerAdd g77 link.
2005-12-19 Matthew DillonAdd a feature that allows a correction factor to be...
2005-12-19 Simon SchubertAdjust sources to accomodate for repo copy of our bridg...
2005-12-10 Matthew DillonAdd a feature and a sysctl (debug.ktr.testipicnt) to...
2005-12-10 Matthew DillonDon't display the file and line by default.
2005-12-10 Sascha WildnerAdd some better mdoc markup.
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-06 Matthew DillonEnhance ktrdump to generate relative timestamps in...
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-17 Matthew DillonDo a better job formatting vmstat -i output. Output...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-13 Simon SchubertSwitch to NetBSD's ftp client.
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-11-13 Simon SchubertDon't close the toplevel makefile.
2005-11-07 Sascha WildnerSync with FreeBSD's rev. 1.16:
2005-11-05 Sascha WildnerAnsify function definitions that take no parameters.
2005-10-30 Sascha WildnerFix style(9) issue: move * to the line specifying the...
2005-10-22 Simon SchubertUnbreak vmstat by using sysctl instead of kvm.
2005-10-13 Matthew DillonUse sysctl's instead of KVM to access the interrupt...
2005-10-09 Liam J. Foy- Check for execvp returning ENOTDIR
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-27 Simon SchubertFix breakage introduced: When bootstrapping from ...
2005-09-24 Max OkumotoClean up a little after removing Buf_GetAll()
2005-09-24 Max OkumotoGet rid of Buf_GetAll()
2005-09-24 Max OkumotoMove OPEN_PAREN, CLOSE_PAREN, OPEN_BRACE, and CLOSE_BRA...
2005-09-24 Max OkumotoRemove Var_Exists() and just use Var_Value() and compare
2005-09-24 Max OkumotoChange prototypes to clearify that the input is an...
2005-09-23 Sascha Wildner* Initialize nlist entries and bump WARNS to 6.
2005-09-23 Jeroen Ruigrok/asmodaiRevert last commit for two reasons:
2005-09-23 Jeroen Ruigrok/asmodaiFix accidental reversal of assignment for suffix/suffixlen.
2005-09-23 Simon SchubertCorrectly pass arguments. This enables doing e.g.
2005-09-22 Simon Schubertstyle(9) cleanup
2005-09-22 Simon SchubertUnbreak basename suffix removal introduced in last...
2005-09-22 Max OkumotoMove commandShell from shell.[ch] to job.[ch]
2005-09-18 Jeroen Ruigrok/asmodaiSynchronise with FreeBSD:
2005-09-18 Jeroen Ruigrok/asmodaiNo need to prototype main().
2005-09-17 Max OkumotoChange shell.c API to reduce usage of global commandShell.
2005-09-12 Liam J. FoyDon't declare a struct just for sizeof(). Just use...
2005-09-11 Joerg SonnenbergerMove the modification of hspace out of the realloc...
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-10 Sascha WildnerRemove VAX and Tahoe support.
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-06 Matthew Dillon* Generally change NOXXX to NO_XXX, similar to work...
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-09-06 Sascha WildnerTake back last commit. It's about normal vs. context...
2005-09-06 Sascha WildnerRemove false statement. Rejected hunks will come out...
2005-09-05 Sascha Wildner* Constify and initialize potentially uninitialized...
2005-09-05 Sascha WildnerCleanup:
2005-09-05 Sascha Wildner* Remove parameter names in function declarations.
2005-09-01 Liam J. FoyZap unused variable!
2005-08-31 Sascha WildnerRemove pointless -? flag.
2005-08-31 Liam J. Foyperror() -> err()
2005-08-31 Liam J. FoyKill unused variables
2005-08-31 Liam J. FoyRemove the sleeper crap and use MAXPATHLEN
2005-08-30 Liam J. FoyThis program requires at least one option. Clean up...
next