]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-05-25 Garrett WollmanDefinition of recursion.
2004-05-25 Tom RhodesYou want to include libutil.h, not util.h.
2004-05-25 Dag-Erling... MFS: vm_map.c rev 1.187.2.27 through 1.187.2.29, fix...
2004-05-25 Dag-Erling... Back out previous commit; it went to the wrong file.
2004-05-25 Christian BruefferFix spelling
2004-05-25 Dag-Erling... MFS: rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDA...
2004-05-25 Nate LawsonEnable GPE at runtime rather than suspend time. This...
2004-05-25 Christian S... Add a super-user check to ipfw_ctl() to make sure that...
2004-05-25 Pawel Jakub... Use humanize_number(3).
2004-05-25 Yaroslav TykhiyTeach fxp(4) to control VLAN_MTU in the hardware.
2004-05-25 Yaroslav TykhiyAfter all the relevant drivers have been fixed, fix...
2004-05-25 Garance A DrosehnAdd pgrep(1) and pkill(1) to the cross-reference sectio...
2004-05-25 Tim J. RobbinsRevert to rev. 1.36 until issues with -Wredundant-decls...
2004-05-25 Pawel Jakub... Actually negative size is possible for file system...
2004-05-25 Dag-Erling... As previously threatened, give each device its own...
2004-05-25 Tim J. RobbinsFix typo in previous: getwc() should call fgetwc()...
2004-05-25 Dag-Erling... Set the IFCAP_VLAN_MTU bit in capenable as well.
2004-05-25 Dag-Erling... Set baudrate to 100 Mbps, and advertise our ability...
2004-05-25 Tim J. RobbinsScan the source string for invalid wide characters...
2004-05-25 Maxim Konovalovo Fix typo: s/bslim/bhlim/.
2004-05-25 Tim J. RobbinsProvide trivial macro implementations of getwc(), getwc...
2004-05-25 Joerg WunschRound #1 of improving pcf(4).
2004-05-25 Joerg WunschNull commit: this is just a notification only that...
2004-05-25 Nate LawsonUse the correct location of the EBDA for searching...
2004-05-25 Alan CoxCorrect two error cases in vm_map_unwire():
2004-05-25 Nate LawsonRemove call to _INI for thermal devices. ACPI-CA now...
2004-05-25 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-05-25 Nate LawsonRemove a warning of a constant that is too large. ...
2004-05-25 Nate LawsonAdd suspend/resume support to the debugger.
2004-05-25 Nate LawsonChanges to implement 20040514:
2004-05-25 Nate LawsonLocal change: allow usermode to compile this header...
2004-05-25 Nate LawsonLocal change: don't hang forever if WAK_STS is never...
2004-05-25 Nate LawsonLocal change: remove warnings.
2004-05-25 Nate LawsonLocal diff: allow use of the disassembler.
2004-05-25 Nate LawsonUnchanged files that are off the vendor branch.
2004-05-25 Nate LawsonVendor import of Intel ACPI-CA 20040514.
2004-05-25 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-05-25 Matthew N.... - Close fd if fdopen(fd) fails.
2004-05-24 Pawel Jakub... - Add a cross-reference to geom(8).
2004-05-24 Pawel Jakub... Add manual page for geom(8) utility.
2004-05-24 Matthew N.... Add two new flags: -w, which allows new files to be...
2004-05-24 Pawel Jakub... In verbose mode print disk sizes in human readable...
2004-05-24 Pawel Jakub... Use humanize_number(3) to format sizes into a human...
2004-05-24 Pawel Jakub... Add humanize_number(3) to libutil for formating numbers...
2004-05-24 Pawel Jakub... Mark du(1) as WARNS6 clean.
2004-05-24 Julian ElischerUse NG_NODESIZ instead of (NG_NODELEN + 1)
2004-05-24 Julian ElischerUse NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN...
2004-05-24 John BaldwinUse PCI_BAR() rather than PCIR_MAPS.
2004-05-24 John BaldwinWrap the code to save/restore PCI config registers...
2004-05-24 Maxime HenrionChange a if (...) panic() to a KASSERT().
2004-05-24 Warner LoshUse PCI_BAR() in preference to PCI_MAPS + x * 4.
2004-05-24 Maxim KonovalovGrammar.
2004-05-24 Stefan FarfelederDon't declare spectHex() inside a function, use a real...
2004-05-24 Stefan FarfelederUse the correct types for the functions rst_opendir...
2004-05-24 Stefan FarfelederInclude <timeconv.h> for time conversion functions.
2004-05-24 Warner LoshDo not write to those config registers that are unambig...
2004-05-24 John BaldwinRevert part of rev 1.230 and assume that all EISA IRQs...
2004-05-24 Dag-Erling... Install nsswitch.
2004-05-24 Stefan FarfelederInclude <sys/linker.h> for kldload().
2004-05-24 Lukas ErtlAdd option '-o' for one-line output in combination...
2004-05-24 Stefan FarfelederInclude <stdlib.h> for exit() and abort() prototypes.
2004-05-24 Stefan FarfelederInclude <string.h> for prototypes of various string...
2004-05-24 Bruce EvansOops, ".align 4" for the data section in the previous...
2004-05-24 Lukas ErtlDiff reduction to NetBSD.
2004-05-24 Stefan FarfelederInclude <rpc/rpc_com.h> for a _rpc_dtablesize() prototype.
2004-05-24 Bruce EvansFixed profiling of trap, syscall and interrupt handlers...
2004-05-24 Stefan FarfelederInclude <netinet/in.h> for ntoh*() and hton*() prototypes.
2004-05-24 Dag-Erling... If nsswitch.conf does not exist, create it with the...
2004-05-24 Dag-Erling... Move the task of updating nsswitch.conf / host.conf...
2004-05-24 Bruce EvansDon't repeat the definition of IDTVEC(). It is in...
2004-05-24 Maxime HenrionRemove another redundant if_output initialization.
2004-05-24 Stefan FarfelederInclude <stdio.h> for a sprintf() prototype.
2004-05-24 Bruce EvansFixed insertion sort error in previous commit (prof_mac...
2004-05-24 Stefan FarfelederInclude <stdlib.h> for exit() and add a prototype for...
2004-05-24 Hajimu UMEMOTOdrop packet which has ::1 as src or dst via other than lo0
2004-05-24 Nate LawsonStore the target handles in a separate list from normal...
2004-05-24 Crist J. Clark/usr is not really the ideal place for a ports applicat...
2004-05-24 Paul SaabAdd support for BCM5705K
2004-05-24 Robert WatsonThe socket code upcalls into the NFS server using the...
2004-05-24 Matthew N.... Support basename and path based constrained matches.
2004-05-23 Yaroslav TykhiyConsult parent's if_capenable for active VLAN-related...
2004-05-23 Robert WatsonOnly initialize the if_sis callout as MPSAFE if debug...
2004-05-23 Garance A DrosehnAdd the 'sid' info to the output of `ps -j', to make...
2004-05-23 Garance A DrosehnFix the kludge-old-options processing so `ps tpt' will...
2004-05-23 Yaroslav TykhiyA handler for ioctl(SIOCSIFCAP) should not alter a...
2004-05-23 Yaroslav TykhiyAccording to the design of checksum offloading framework,
2004-05-23 Yaroslav TykhiyMark the VLAN_MTU capability as initially enabled since...
2004-05-23 Bruce EvansAdded profiling support for Xint0x80_syscall.
2004-05-23 Maxim Konovalovo Fix usage example.
2004-05-23 Doug RabsonDon't try to copy out the result payload if there isn...
2004-05-23 Bruce EvansBuild prof_machdep.c if profiling.
2004-05-23 Bruce EvansBuild kgmon for amd64.
2004-05-23 Bruce EvansAdjusted for amd64 after repo-copy. The adjustments...
2004-05-23 Bruce EvansMFamd64 (1.117: made the FAKE_MCOUNT() in doreti work...
2004-05-23 Bruce EvansRestored FAKE_MCOUNT() and MEXITCOUNT invocations and...
2004-05-23 Lukas ErtlUpdate URL to HID spec.
2004-05-23 Lukas ErtlUpdate URL to HID spec.
2004-05-23 Bruce EvansMFamd64 (put TF_EIP in assym.s and use it instead of...
2004-05-23 Bruce EvansRemoved a garbage reference to i386's.
2004-05-23 Bruce EvansAdjusted FAKE_MCOUNT()s for amd64. This is needed...
next