]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-08-07 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-08-07 Nate LawsonImport the userland interface from acpica 0619
2003-08-07 Nate LawsonAdd the acpidb and iasl utilities. This is not yet...
2003-08-07 Jacques VidrineUpdate some argument-documenting comments to match...
2003-08-07 Nate LawsonImport common/ files from acpica 0619
2003-08-07 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-08-07 Nate LawsonImport compiler/ files from acpica 0619
2003-08-07 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-08-07 Nate LawsonRemove the user include of ctype.h and instead include...
2003-08-07 Nate LawsonRemove nowerror from some files that no longer generate...
2003-08-07 John BaldwinConsistently use the BSD u_int and u_short instead...
2003-08-07 Martin BlappAdd all interface polling patches.
2003-08-07 Martin BlappDo not poll during discover. Add a polling tunable...
2003-08-07 Nate LawsonNull terminate the OEM hint. This rids my laptop of...
2003-08-07 Robert WatsonAdd additional documentation to setfacl(1) regarding...
2003-08-07 Robert Watson-v no longer a valid argument to setfacl(1) -- remove...
2003-08-07 Hartmut BrandtMake open channels persist across ifconfig down and...
2003-08-07 Nate LawsonComment out ctype.h. It's not ok to always include...
2003-08-07 John BaldwinThe ktrace mutex does not need to be locked around...
2003-08-07 Hartmut BrandtMake the driver preserve open connections accross ifcon...
2003-08-07 Hartmut BrandtWhen configuring the interface down and up again try...
2003-08-07 Tim J. RobbinsImplement mblen(s, n) as mbtowc(NULL, s, n) to avoid...
2003-08-07 Noriaki MitsunagaWe donot need `\n' for panic().
2003-08-07 Tim J. RobbinsImplement mbstowcs() as a wrapper around mbsrtowcs...
2003-08-07 Marcel MoolenaarGrok async contexts. When a thread is interrupted and...
2003-08-07 Tim J. RobbinsImplement mbtowc() in terms of mbrtowc(), and wctomb...
2003-08-07 Marcel MoolenaarBetter define the flags in the mcontext_t and properly...
2003-08-07 Tim J. RobbinsImplement btowc() in terms of mbrtowc() instead of...
2003-08-07 Marcel Moolenaaro Fix cut-n-paste whitespace corruption in previous...
2003-08-07 Martin Blapp- Fix the polling code to work with media settings...
2003-08-07 Bill PaulAdd preliminary support for the RealTek 8169 gigE chip...
2003-08-07 Warner LoshNo need to define externs for getopt interface.
2003-08-07 Warner LoshPrefer PATH_MAX to MAXPATHLEN. Both contain the traili...
2003-08-07 Warner LoshNo need to define optind as an extern. stdlib.h does...
2003-08-07 Warner LoshPrefer PATH_MAX to MAXPATHLEN. PATH_MAX has the traili...
2003-08-07 Warner LoshMAXPATHLEN includes the trailing NUL, so no need to...
2003-08-07 Nate LawsonDocument hw.acpi.os_name. Also update the credits...
2003-08-07 Nate LawsonAdd includes to fix user-compilation of acpica. Also...
2003-08-07 Warner Loshgetopt returns -1 not EOF at the end of args. Compare...
2003-08-07 Warner LoshAdd entries for NETGEAR MA401RA, IO DATA PCET10CL and...
2003-08-07 Warner LoshRemove trailing newlines (from the right branch this...
2003-08-07 Alan Cox - Remove GIANT_REQUIRED from pipe_free_kmem().
2003-08-07 Mike SilbersackIncrease SMALL_PIPE_SIZE from 4096 to PAGE_SIZE.
2003-08-06 Marcel MoolenaarIn cpu_set_upcall_kse(), create the upcall according...
2003-08-06 Simon L. B... Add a reference to config(5) in the SEE ALSO section.
2003-08-06 Marcel Moolenaaro In revision 1.45 of exception.S we changed exception...
2003-08-06 Alan CoxCorrect a mistake in the previous revision: Reduce...
2003-08-06 Alan CoxAcquire the page queues lock in pmap_insert_entry(...
2003-08-06 Poul-Henning... Remove dangling extern reference to swap_pager_full
2003-08-06 Bruce EvansBacked out previous commit. This restores the warning...
2003-08-06 Daniel C. SobralRFC 3561 (ad-hoc on-demand distance vector routing...
2003-08-06 Bruce EvansDon't use pessimal (u_short) types for i/o ports. ...
2003-08-06 Nate LawsonRemove all USB quirks that only specify DA_Q_NO_6_BYTE...
2003-08-06 Bruce EvansDon't use pessimal (u_short) types for i/o ports. ...
2003-08-06 Nate LawsonRemove the 6-10 byte translation from UFI and ATAPI...
2003-08-06 Hartmut BrandtWhen compiling the module with INVARIANTS we also need...
2003-08-06 Hartmut BrandtUps. I forgot this one in the SIOCATMENA/SIOCATMDIS...
2003-08-06 Martin BlappChange ieee802 to ieee80211.
2003-08-06 Poul-Henning... Dont initialize a TSC timecounter until we know if...
2003-08-06 Poul-Henning... Update to recognize Geode and note that the TSC seems...
2003-08-06 Hartmut BrandtRemove the ATMIOCENA and ATMIOCDIS ioctl. Everyting...
2003-08-06 Hartmut BrandtRemove the last vestiges of ATM raw mode. This has...
2003-08-06 Nate LawsonRemove unused cmd6workaround() calls.
2003-08-06 Yaroslav TykhiyDocument that connect(2) can return EINTR, and that it
2003-08-06 Poul-Henning... Make the first two pages magic to protect the BSD label...
2003-08-06 Hartmut BrandtUse the new OPENVCC and CLOSEVCC ioctls to open and...
2003-08-06 Yaroslav TykhiyIf connect(2) has been interrupted by a signal and...
2003-08-06 Hartmut BrandtStyle(9): remove unneccesary space and blank lines...
2003-08-06 Hartmut BrandtMake the driver honor the ATMIO_FLAG_ASYNC that requests
2003-08-06 Hartmut BrandtHonor the ATMIO_FLAG_ASYNC for asynchronuous open/close...
2003-08-06 Hartmut BrandtHonor the new ATMIO_FLAG_ASYNC for asynchronuous open...
2003-08-06 Poul-Henning... Remove an unused variable.
2003-08-06 Poul-Henning... Staticize swap_pager_putpages()
2003-08-06 Poul-Henning... Access the swap_pagers' ->putpages() through swappagero...
2003-08-06 Hartmut BrandtHonor the new ATMIO_FLAG_ASYNC that requests asynchronu...
2003-08-06 Hartmut BrandtWhen sending check that the channel is really open...
2003-08-06 Hartmut BrandtPrint an array index that is computed as ptrdiff_t...
2003-08-06 Ruslan Ermilov- Don't print "elf" before printing "make world" (aout...
2003-08-06 Bruce EvansBroke the warning that the cx driver (cronyx.c, cx...
2003-08-06 Bruce EvansBroke the warning that this driver uses pessimal (u_sho...
2003-08-06 Poul-Henning... Add XXX: comment to vm_pager_unswapped().
2003-08-06 Poul-Henning... Explicitly set B_PAGING
2003-08-06 Andrey A. ChernovLocalize 'ls' output
2003-08-06 Ruslan Ermilov- Unbreak Alpha snapshots (we were still attempting...
2003-08-06 David E. O... Change the format type to unbreak LINT on 64-bit platforms.
2003-08-06 Poul-Henning... Retire the B_KEEPGIANT flag, we are nowhere near ready.
2003-08-06 Poul-Henning... Rip out the totally bogos vnode swapdev_vp with extreem...
2003-08-06 Poul-Henning... Don't drop giant around ->d_strategy(), too much code...
2003-08-06 Daniel EischenFix a typo. s/Line/Like/
2003-08-06 Marcel MoolenaarAvoid a level of indirection to get from the thread...
2003-08-06 Greg LeheyAdd Jonathan Postel's year of birth.
2003-08-06 Daniel EischenDon't call kse_set_curthread() when scheduling a new...
2003-08-06 Mike MakonnenRename localdaemons to localpkg.
2003-08-06 Marcel MoolenaarFix an off by one error in the number of arguments...
2003-08-06 Marcel MoolenaarDefine the static TLS as an array of long double. This...
2003-08-05 Daniel EischenUse auto LDT allocation for i386.
2003-08-05 Paul SaabBump __FreeBSD_version for 3ware API
2003-08-05 Daniel EischenRethink the MD interfaces for libpthread to account for
2003-08-05 Bruce EvansDon't use pessimal (u_short) types for i/o ports. ...
2003-08-05 Paul SaabProperly support the 3ware generic API.
next