dragonfly.git
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-10 Joerg SonnenbergerImport libarchive and bsdtar. The default tar (/usr...
2004-11-10 Joerg SonnenbergerImport libarchive and bsdtar. The default tar (/usr...
2004-11-10 Joerg SonnenbergerImport libarchive and bsdtar. The default tar (/usr...
2004-11-10 Matthew DillonFix a very serious bug in contigmalloc() which we inher...
2004-11-10 Matthew DillonThe min() and max() macros in sys/libkern.h are typed...
2004-11-10 Joerg SonnenbergerInstall GNU tar as gtar now in preparation for adding...
2004-11-09 Joerg SonnenbergerClose .if.
2004-11-09 Joerg SonnenbergerAdd SA_LEN patch for client.c, too
2004-11-09 Matthew Dillonvmpageinfo is a program which runs through the vm_page_...
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerAfter another look at the current changes, switch direc...
2004-11-09 Joerg SonnenbergerAfter another look at the current changes, switch direc...
2004-11-09 Joerg SonnenbergerSwitch to gdb 6.2.1 and wait for new problem reports.
2004-11-09 Joerg SonnenbergerImport OpenNTPD 3.6 (the OpenBSD version, not the porta...
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerImport OpenNTPD 3.6 (the OpenBSD version, not the porta...
2004-11-09 Joerg SonnenbergerUse the speedup patches, too
2004-11-09 Joerg SonnenbergerDefine IOV_MAX for userland too and make it available...
2004-11-09 Matthew DillonAdd lockcountnb() - a non-blocking version of lockcount...
2004-11-09 Matthew DillonCreate a non-blocking version of BUF_REFCNT() called...
2004-11-09 Joerg SonnenbergerI don't know why I added use_bpf.h, it isn't needed...
2004-11-09 Joerg SonnenbergerFix the column width for IPv6 to correctly align the...
2004-11-09 Joerg SonnenbergerRemove references to sysinstall, it vanished quite...
2004-11-09 Joerg SonnenbergerSmall speedups:
2004-11-09 Matthew DillonFix another minor bug-a-boo inherited from 4.x sources...
2004-11-09 Matthew Dillonvfs_object_create() was being called too early on devvp...
2004-11-09 Matthew DillonCorrect a softupdates bug, an ir_savebp buffer was...
2004-11-08 Liam J. FoySmall patch to fix the output of apm. It called print_b...
2004-11-08 Joerg SonnenbergerWe don't have lkm, use aftermountlkm instead.
2004-11-08 Matthew DillonDo not explicitly set PCIM_CMD_SERRESPEN or PCIM_CMD_PE...
2004-11-08 Matthew DillonSync make.1 with the rest of the make source.
2004-11-08 Matthew DillonAdd tip(1)'s emulation of cu(1) to tip's manual page.
2004-11-08 Joerg SonnenbergerFix a race condition in detach path of Ethernet devices...
2004-11-07 Matthew DillonThe last commit created a memory leak because 'buf...
2004-11-07 Liam J. Foy- Remove space
2004-11-07 Eirik NygaardRemove not needed void casts.
2004-11-07 Eirik Nygaardstyle(9)
2004-11-07 Liam J. Foy- Remove (void) casts that are not necessary.
2004-11-06 Liam J. FoySync with FreeBSD rm(1) with my modifications. Some...
2004-11-06 Eirik NygaardConsify some variables.
2004-11-06 Eirik Nygaard#endif does not take an argument, comment it out.
2004-11-05 Matthew DillonCorrect a typo and a mdoc(7) style issue.
2004-11-05 Matthew DillonRemove an assertion that used to double-check the cred...
2004-11-05 Matthew DillonFix a Trident DMA limitation. Symptom as reported...
2004-11-05 Matthew DillonGive makewhatis an absolute path to make upgrading...
2004-11-05 Matthew DillonBring in some more PCI ID's from FreeBSD.
2004-11-05 Matthew DillonAdd humanize_number(3) and split the trimdomain(3)...
2004-11-05 Matthew DillonSave and restore the 'version' counter file when doing...
2004-11-05 Matthew DillonFix a possible remote DOS against pppd, described in...
2004-11-05 Matthew DillonNote last commit: changes were made primarily to avoid...
2004-11-04 David RhodusDeclare some of the local variables static.
2004-11-04 Liam J. Foy- Remove unnecessary selection statement to see if...
2004-11-04 Joerg SonnenbergerRemove a.out support from base. Bumb WARNS to 6 for...
2004-11-04 Joerg SonnenbergerRIP gzip, we found a nicer playmate.
2004-11-04 Joerg SonnenbergerMove libstdc++3 into the attic. It can be removed from...
2004-11-03 Matthew DillonRemove incorrect cache_purge() calls in *_rmdir() ...
2004-11-02 Matthew DillonFix 'route add -host <target> -interface <interface_nam...
2004-11-02 Liam J. Foy- Allow ipcs to display information about IPC mechanism...
2004-10-31 Liam J. FoyNeeded to add sys/types.h for previous commit. Spotted...
2004-10-31 Eirik NygaardUpdate the sysperf tools to match the current sysmsg...
2004-10-31 Liam J. FoyThe gr_gid member of the struct group should be gid_t
2004-10-31 Liam J. FoyWhoops! setmode(3) returns a void *, not mode_t *.
2004-10-31 Jeroen Ruigrok... Remove leftover 'is'.
2004-10-31 Jeroen Ruigrok... Document ENOMEM error case, note how strdup() is 1003...
2004-10-31 Jeroen Ruigrok... Add iso-C alias and p1003.1-2004 definition.
2004-10-31 Joerg SonnenbergerWe have to support uncompress by default, because zcat...
2004-10-31 Jeroen Ruigrok... Add NetBSD 2.0 and DragonFly 1.1.
2004-10-31 Liam J. FoyFix cpdup man page. The option -v[vvv] should be -v...
2004-10-30 Matthew DillonBring in Jeff Wheelhouse's CLOG / circular log file...
2004-10-30 Matthew DillonThe PRId64 check was wrong, causing bootstrapping failu...
2004-10-30 Matthew DillonThe last fix wasn't good enough. This one causes the...
2004-10-30 Matthew DillonConditionalize _CTYPE_SW* for bootstrap purposes.
2004-10-30 Liam J. Foy- Remove all registers in bin/. This saves us doing...
2004-10-30 Jeroen Ruigrok... Add omitted space after 'while'.
2004-10-30 Joerg SonnenbergerRemove the old one-true-awk.
2004-10-29 Liam J. Foy-Set WARNS to 6
2004-10-29 Liam J. FoyAdd special case for the german whois nameserver. Witho...
2004-10-29 Liam J. Foy- Remove unnecessary (void) casts
2004-10-29 Liam J. Foy- Bump WARNS to 6
2004-10-29 Liam J. Foy- Add $DragonFly$
2004-10-29 Jeroen Ruigrok... Use rune.h instead of runetype.h.
2004-10-29 Jeroen Ruigrok... Add more locales:
2004-10-29 Jeroen Ruigrok... Add definitions for _CTYPE_SW[0-4MS].
2004-10-28 Matthew Dillonunmount was not removing the negative hits associated...
2004-10-28 Liam J. Foy-Setmode will deal with the octals, so we dont need to.
2004-10-28 YONETANI Tomokazu`proto' field was forgotten in the previous commit.
2004-10-27 Joerg SonnenbergerSwitch to libz-based gzip.
2004-10-27 Joerg SonnenbergerDefine PRId64 as "lld" for older systems laking support...
2004-10-27 David RhodusSince there isn't an authpf user we'll have to grep...
2004-10-27 Matthew DillonRemove unused variable.
2004-10-27 Matthew Dillonnull_revoke() needs to return 0.
2004-10-27 Matthew DillonFix a NULL pointer dereference panic that occurs when...
2004-10-27 Matthew DillonAdd a section to UPDATING describing the users and...
2004-10-26 Matthew DillonFix a seg-fault if -l is used without a /dev prefix...
2004-10-26 Joerg SonnenbergerChange the variable from CCVER_DEFAULT to OBJFORMAT_BUI...
2004-10-26 Joerg SonnenbergerChange the way binutils versions are handled. Depending...
2004-10-26 Joerg Sonnenbergergcc3 ==> gcc34
2004-10-26 David RhodusCheck that the authpf user and group are installed...
next