]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-05-29 obrienBuild docs not out of libobc++.295
2002-05-29 wollmanVersion bump for addition of dlfunc(3).
2002-05-29 juliandiff reduction from KSE to keep WW-III from happenning...
2002-05-29 dillonPR: kern/38208
2002-05-29 phkAdd one copy of crc32() and crc32_tab[] in libkern...
2002-05-29 jakeForgot to commit this file. Catch up to loader->kernel...
2002-05-29 jakeAdd needed include of queue.h. Remove unneeded include...
2002-05-29 wollmanSince POSIX gives us plenary authority to define _t...
2002-05-29 jakeForward declare struct trapframe.
2002-05-29 jakeRemove BOOTP_WIRED_TO= since I keep forgetting to take...
2002-05-29 rumdoc(7) police: lint.
2002-05-29 rumdoc(7) police: punctuation.
2002-05-29 rumdoc(7) police: tidy up the markup.
2002-05-29 obrienDo not refer to the Intel PRO/1000 by its internal...
2002-05-29 bmahNew release note: SA-02:27.
2002-05-29 rumdoc(7) police: markup nits.
2002-05-29 rumdoc(7) police: use .Fl to represent stdin.
2002-05-29 rumdoc(7) police: lint.
2002-05-29 rumdoc(7) police: lint.
2002-05-29 rumdoc(7) police: lint.
2002-05-29 rumdoc(7) police: markup nits.
2002-05-29 wollmanAdd link dlopen(3) -> dlfunc(3).
2002-05-29 rumdoc(7) police: markup nits.
2002-05-29 rumdoc(7) police: markup nit.
2002-05-29 rumdoc(7) police: fix references to sendmail(8).
2002-05-29 rumdoc(7) police: get rid of a single hard sentence break.
2002-05-29 rumdoc(7) police: don't unnecessarily use macros.
2002-05-29 jmallettA space between switch and open-paren. Don't explicitl...
2002-05-29 rumdoc(7) police: tidy up the markup.
2002-05-29 jmallettANSI, __FBSDID()
2002-05-29 rumdoc(7) police: nits.
2002-05-29 rumdoc(7) police: really back out rev. 1.32.
2002-05-29 rumdoc(7) police: markup nits.
2002-05-29 rumdoc(7) police: nits.
2002-05-29 rumdoc(7) police: nits.
2002-05-29 wollmanReorganize dlfcn.h slightly to separate out XSI and...
2002-05-29 rumdoc(7) police: nits.
2002-05-29 brooksRestore the irq=0 => irq=255 hack to pci_cfgintr_search...
2002-05-29 rumdoc(7) police: tidy up the markup.
2002-05-29 rumdoc(7) police: nits.
2002-05-29 rumdoc(7) police: markup nits.
2002-05-29 rumdoc(7) police: bump document date on behalf of previou...
2002-05-29 rumdoc(7) police: sort xrefs.
2002-05-29 rumdoc(7) police: nit.
2002-05-29 rumdoc(7) police: fix markup for types.
2002-05-29 rumdoc(7) police: tidy up the markup a bit.
2002-05-29 rumdoc(7) police: markup nits.
2002-05-29 rumdoc(7) police: markup nits.
2002-05-29 rumdoc(7) police: punctuation.
2002-05-29 rumdoc(7) police: markup nits.
2002-05-29 tjrUse mkstemp(3) to avoid /tmp race.
2002-05-29 rumdoc(7) police: tidy up the markup.
2002-05-29 rumdoc(7) police: replace the XXX with the correct width.
2002-05-29 tjrDocument standards conformance.
2002-05-29 tjrstyle(9): Sort sections correctly, exit status info...
2002-05-29 tjrSync synopsis with reality: file arguments are optional.
2002-05-29 tjrUse getopt() to reject any options and skip "--" arguments.
2002-05-29 peterThe kernel printf does not have %i
2002-05-29 brooksAdd a simple manpage for the discard interface derived...
2002-05-29 brooksDocument the fact that these devices are allocated...
2002-05-29 jakeDon't try to flush illegal alises from the data cache...
2002-05-29 jakeAdd an MD page flag for tracking if a page is cacheable...
2002-05-29 jakeRemove an unused variable.
2002-05-29 jakeMerge the code in pv.c into pmap.c directly. Place...
2002-05-29 jakeAdd pv list linkage and a pmap pointer to struct tte...
2002-05-29 jakeUse a contrived 'tlb_entry' structure for passing the...
2002-05-29 jakeRemove pmap.pm_pvlist and make the functions that use...
2002-05-29 marcelRemove the definition of struct mca_guid and use the...
2002-05-29 marcelRemove bktr for ia64. Same problem as vinum. See PR...
2002-05-29 marcelVinum doesn't build on ia64.
2002-05-29 mppRemove the share/man/tools directory. Nothing in here...
2002-05-29 peterBandaid for helping people who have a broken /usr/bin...
2002-05-29 desMake our child the leader of its own process group...
2002-05-29 marcelAdd attribute packed to struct gpt_hdr to avoid unwante...
2002-05-29 peterPut on peril sensitive sunglasses and turn C++ stuff...
2002-05-29 peterUpdate g++ include subdirs
2002-05-29 peterAdd some build glue for libstdc++. I'm not a C++ perso...
2002-05-28 jakeSync with i386. The loader was being installed before...
2002-05-28 alfredComment out comments trailing #endif directives
2002-05-28 alfredMake almost WARNS=5 compliant:
2002-05-28 gordonCorrect the file that reboot -k creates so that it...
2002-05-28 alfredComment out comments after #endif directives
2002-05-28 nectarAdd pam_ksu(8), a module to do Kerberos 5 authenticatio...
2002-05-28 joeNetBSD have adopted our usage of the DMAADDR macro:
2002-05-28 gadHave this use 'static const char rcsid' instead of...
2002-05-28 alfredRemove use of __P() (actually P()) from code now that...
2002-05-28 alfredAssume __STDC__, remove non-__STDC__ code.
2002-05-28 alfredAssume __STDC__, remove non-__STDC__ code.
2002-05-28 alfredAssume __STDC__, remove non-__STDC__ code. ...
2002-05-28 alfredAssume __STDC__, remove non-__STDC__ code.
2002-05-28 alfredThis code defined a private __P, nuke it.
2002-05-28 alfredAssume __STDC__, remove non-__STDC__ code.
2002-05-28 alfredFix formatting, this is hard to explain, so I'll show...
2002-05-28 sobomaxMFS: two more testcases highlighting recently discovere...
2002-05-28 iedowseRemove references to the update/noupdate flag from...
2002-05-28 alfredAssume __STDC__, remove non-__STDC__ code.
2002-05-28 sosUse %02d in track numbers, so that 1 is 01, much easier...
2002-05-28 alfredAssume __STDC__, remove non-__STDC__ code.
2002-05-28 alfredAssume __STDC__, remove non-__STDC__ code.
2002-05-28 obrienThis commit was generated by cvs2svn to compensate...
next