]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-09-02 David E. O... This commit was generated by cvs2svn to compensate...
2001-09-02 David E. O... Virgin import of AMD (am-utils) v6.0.7
2001-09-02 Andrey A. ChernovFile positions are off_t nowdays, not long, so:
2001-09-02 Andrey A. Chernovlong -> off_t
2001-09-02 Takeshi ShibagakiAlways turned on 8bit access card support for the fe...
2001-09-02 Peter WemmThe !RESTARTABLE_PANICS code has some loose ends.
2001-09-02 Peter WemmFor ia64, set the default elf brand to be FreeBSD....
2001-09-02 Peter WemmSync with i386 / alpha. Whitespace unindent / style...
2001-09-02 Nick HibmaAdd quirks for Kingbyte USB Pen drive.
2001-09-02 Nick HibmaOnly clear endpoint stall if status was USBD_STALLED.
2001-09-02 Peter WemmMerge from i386: various cleanups including moving...
2001-09-02 Noriaki MitsunagaFix bus timeout bug which might happen when nsp do...
2001-09-02 Takeshi ShibagakiMake the fe driver kernel object module to compile...
2001-09-02 Noriaki MitsunagaDemand minimum I/O size rather than 0 when it calls
2001-09-02 Takeshi ShibagakiUpdate cis tuple parser, add a pccarddevs entry,
2001-09-02 Takeshi ShibagakiMake the fe driver to compile in default under a NEWCAR...
2001-09-02 Mitsuru IWASAKIFix typo; CTLFLAG_RO -> CTLFLAG_RD.
2001-09-02 Takeshi ShibagakiUpdate the fe driver to probe and attach under a NEWCAR...
2001-09-02 David E. O... Document my tweaks better.
2001-09-02 John BaldwinUse sched_lock to protect rtp_to_pri() and pri_to_rtp...
2001-09-02 John BaldwinProtect pri_to_rtp() with sched_lock when needed.
2001-09-02 Valentino VaschettoFrom Mike Silbersack's message on cvs-commits:
2001-09-01 Andrey A. Chernovstrtol -> strtoll (for off_t file size)
2001-09-01 Andrey A. ChernovFile positions are off_t nowdays, not long, so:
2001-09-01 Chris D. FaulhaberUse ACL_PERM_NONE instead of hardcoding 0 when initializing
2001-09-01 Chris D. FaulhaberIn the case of ACL_OTHER and undefined ACL entry id...
2001-09-01 Nick HibmaSmall nit: Make both prints use 'at device %d.%d'.
2001-09-01 Andrey A. ChernovFile positions are off_t nowdays, not long, so:
2001-09-01 Andrey A. ChernovFile positions are off_t nowdays, not long, so:
2001-09-01 Mike SmithAdd a MODULE_VERSION declaration. This should prevent...
2001-09-01 Andrey A. ChernovFile positions are off_t nowdays, not long, so:
2001-09-01 Chris CostelloAnother punctuation fix (missing comma ending preposition).
2001-09-01 Chris Costelloo Mention the fact that specifying a fileid of 0 search...
2001-09-01 Luigi Rizzouse correct "compile" directory, which is ../../compile...
2001-09-01 Robert Watsono Note that some sites will want to select generally...
2001-09-01 John BaldwinRemove #if 0'd remnants of the old idle page zeroing.
2001-09-01 John BaldwinProcess priority is locked by the sched_lock, not the...
2001-09-01 Robert Watsono At some point, unmounting a non-EA file system with...
2001-09-01 Matthew DillonRegenerate syscalls
2001-09-01 Matthew DillonSynchronize syscalls.master(s) with recent Giant pushdo...
2001-09-01 Matthew DillonGiant Pushdown:
2001-09-01 Luigi RizzoSupply a default value for the kernel config binary.
2001-09-01 Matthew DillonGiant Pushdown. Saved the worst P4 tree breakage for...
2001-09-01 Luigi RizzoBugfix: Use the correct variable for picobsd type ...
2001-09-01 Matthew DillonGiant Pushdown
2001-09-01 Marcel MoolenaarSpeculatively add this file. It's part of the Linuxulat...
2001-09-01 Andrey A. ChernovSave errno before function call and restore it on succe...
2001-09-01 Andrey A. ChernovRemove even more unneded checks, original code can...
2001-09-01 Andrey A. ChernovRemove two checks unneeded now (can't happens)
2001-09-01 Andrey A. ChernovMake fseek(... SEEK_CUR) fails if current file-position...
2001-09-01 Andrey A. ChernovNote that prev. commit addition is for ftell/ftello
2001-09-01 Andrey A. ChernovDescribe ESPIPE as result of unspecified file-position...
2001-09-01 Andrey A. ChernovDescribe file-position behaviour from POSIX
2001-09-01 Andrey A. ChernovStrict in the POSIX sence, if file position is unspecif...
2001-09-01 Andrey A. ChernovIf lseek to wrong value sucessfully happens despite...
2001-09-01 Andrey A. ChernovIf position is underflowed, don't try to hide that...
2001-09-01 Dima DorfmanNew release note: syslogd -b
2001-09-01 Nick HibmaFirst check whether the USB transfer was cancelled...
2001-09-01 Nick HibmaRegen.
2001-09-01 Nick HibmaSpelling nit.
2001-09-01 Søren SchmidtMake "atapi less" kernels link again.
2001-09-01 Dima DorfmanIntroduce a -b option that allows the user to specify...
2001-09-01 Matthew DillonUndo last commit. The problem's been fixed for a long...
2001-09-01 Kris KennawayUpdate a duplicate quotation.
2001-09-01 Kris KennawayFix some unsafe signal handlers, and be careful not...
2001-09-01 Kris KennawayDon't do unsafe activities in the syscall handler.
2001-09-01 Kris KennawayRemove some unsafe function calls from the signal handlers.
2001-09-01 Matthew DillonPushdown Giant for: profil(), ntp_adjtime(), ogethostna...
2001-09-01 Bruce A. MahIt is *indeed* possible to run Alpha Linux binaries...
2001-09-01 Matthew DillonGiant pushdown sys_exit(), [o]wait(), wait4()
2001-09-01 Matthew DillonGiant Pushdown ACL syscalls:
2001-09-01 Matthew Dillonregenerate syscalls
2001-09-01 Matthew DillonMake yield() MPSAFE.
2001-09-01 Matthew DillonPushdown Giant for acct(), kqueue(), kevent(), execve...
2001-09-01 Andrey A. ChernovBack out disabling ungetc() at 0, use different solution:
2001-09-01 John BaldwinAxe stale mp_fixme().
2001-09-01 Robert Watsono Attach cap_cmp.c and cap_copy.c to the build.
2001-08-31 Robert Watsono More conservative permissions for kerberos.log: 600...
2001-08-31 Andrey A. ChernovDescribe EOVERFLOW I implement per POSIX.
2001-08-31 Mike SmithDon't claim memory resources owned by a PNP0C01 device...
2001-08-31 Murray StokelyAdd an entry for the Zip 250.
2001-08-31 Matthew DillonPushdown Giant for nfs syscalls (nfssvc())
2001-08-31 Matthew DillonMake various posix4 system calls MPSAFE (will fixup...
2001-08-31 Murray StokelyAdd entries for 3wire terminals. (carrier not supplied...
2001-08-31 Matthew Dillonmake swapon() MPSAFE (will adjust syscalls.master later)
2001-08-31 Matthew DillonAdd FD_SETSIZE warning to types.h
2001-08-31 Matthew Dillonmark obreak() and ovadvise() as being MPSAFE
2001-08-31 Murray StokelyAdd ID for the Best Data Smart One 56SPS Voice modem.
2001-08-31 Matt Jacobadd 2300/2312 notes
2001-08-31 Mark PeekExit gracefully when a SIGHUP is received. This prevent...
2001-08-31 Robert Watsono Screw over users of the kern.{security.,}suser_permit...
2001-08-31 Matt Jacobadd 2300/2312 references
2001-08-31 Murray StokelyCorrect the ID for the ALS0120 PnP Joystick. It is...
2001-08-31 Matt Jacobnote 2300/2312 support
2001-08-31 Matt JacobAdd 2 Gigabit Fibre Channel support (2300 && 2312 cards...
2001-08-31 Matt JacobAdd 2300/2312 (2Gbit) firmware.
2001-08-31 Murray StokelyAdd OMRON ME5614ISA PnP modem.
2001-08-31 Andrey A. ChernovAdd originally missing __sinit() call.
2001-08-31 Andrey A. ChernovSimplify offset underflow checks even more
2001-08-31 Murray StokelyAdd PCI device IDs for Kuotech dual port serial cards.
next