]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-11-23 Marcel MoolenaarThis file was repocopied from src/sys/boot/efi/loader.
2004-11-23 Marcel MoolenaarVisit the efi subdirectory before we visit the machine...
2004-11-23 Marcel MoolenaarThis file was repocopied from src/sys/boot/efi/arch...
2004-11-23 Marcel MoolenaarThis file was repocopied from src/sys/boot/efi/loader.
2004-11-23 Warner LoshIt appears that 'kbd' device has never been used and...
2004-11-22 Olivier HouchardAdd arm/mem.c.
2004-11-22 Joerg Wunsch[Sorry, forgot to commit my source changes in my previo...
2004-11-22 Joerg WunschDocument all options and general usage.
2004-11-22 Hartmut BrandtGet rid of the shell table sentinel. It isn't needed...
2004-11-22 Joerg WunschFix the abuse of Ar macros for designating flag options...
2004-11-22 Robert WatsonRemove "Unlocked read" annotations associated with...
2004-11-22 Yaroslav TykhiyWhen looking for a virtual host to handle the connection,
2004-11-22 Yaroslav TykhiyCalling pam_chauthtok() isn't really needed since
2004-11-22 Yaroslav TykhiyDon't log the chroot dir on every command since it...
2004-11-22 Yaroslav TykhiyAlways log remote IP.
2004-11-22 Yaroslav TykhiyTreat host name buffers consistently.
2004-11-22 Pyun YongHyeonMake hme(4) mpsafe
2004-11-22 David SchultzRemove some information that only applies to the old...
2004-11-21 Greg LeheyPrint dates the right way round.
2004-11-21 Marcel MoolenaarRemove struct ia64_itir and use a plain old uint64_t...
2004-11-21 Olivier HouchardCleanup.
2004-11-21 Olivier HouchardSet the frame pointer to 0 in fork_trampoline().
2004-11-21 Olivier HouchardImplement breakpoints and single stepping on arm.
2004-11-21 Olivier HouchardDo not attempt to skip a breakpoint that is a result...
2004-11-21 Warner LoshProperly wither the geom container on detach. This...
2004-11-21 Yoshihiro Takahashiuart_i8251_ops is gone.
2004-11-21 Robert Watsons/send/sent/ in comment describing TCPS_SYN_RECEIVED.
2004-11-21 David SchultzNeither of the arguments to closef() can be NULL anymor...
2004-11-21 Scott LongRemove an extra #include
2004-11-21 Scott LongMFC amd64:
2004-11-21 Scott LongConsolidate all of the bounce tests into the BUS_DMA_CO...
2004-11-21 Scott LongDon't force busdma to pre-allocate bounce pages for...
2004-11-21 Scott LongDon't force busdma to pre-allocate bounce pages for...
2004-11-21 Tim J. RobbinsRemove regression tests for the obsolete rune interface.
2004-11-21 Tim J. RobbinsFix computation of the 'n' argument to mbrtowc (through...
2004-11-21 Max LaierCommit ALTQ-patch for ed(4).
2004-11-21 Marcel Moolenaaro Support for the i8251 wasn't there. Remove the files.
2004-11-21 Marcel MoolenaarInclude the header with the register definitions from...
2004-11-21 Marcel MoolenaarThis file was repocopied from sys/dev/uart/uart_dev_z85...
2004-11-21 Marcel MoolenaarThis file was repocopied from sys/dev/uart/uart_dev_sab...
2004-11-21 Robert WatsonWord choice fix; use .Fn for non-.Xr functions.
2004-11-20 Peter WemmIn the amd64 hybrid libraries case, move the kerberos5...
2004-11-20 Marcel MoolenaarStop building uart_dev_i8251.c. It was copied from...
2004-11-20 Marcel MoolenaarInclude the common <dev/ic/ns16550.h> instead of the...
2004-11-20 Marcel Moolenaaro Remove the com_thr, com_rhr, com_isr and com_lctl...
2004-11-20 Marcel Moolenaaro Remove opt_ddb.h from SRCS.
2004-11-20 David SchultzRemove local definitions of RANGEOF() and use __rangeof...
2004-11-20 Olivier HouchardRemove useless code.
2004-11-20 Olivier HouchardImplement enough to be able to enter and leave DDB.
2004-11-20 Olivier HouchardGet the kernel stack right now that the u-area is gone.
2004-11-20 Xin LIForced commit to clarify that the last commit has enfor...
2004-11-20 Max KhonUse M_ZERO to not panic in mtx_init when INVARIANTS...
2004-11-20 Marcel MoolenaarSort MFILES.
2004-11-20 Christian BruefferThe ixgb(4) driver actually first appeared in 5.3 ...
2004-11-20 Christian BruefferAutogenerate device listings for hptmv(4)
2004-11-20 Christian BruefferAdd hptmv(4)
2004-11-20 Christian BruefferSmall correction in the HISTORY section:
2004-11-20 David SchultzRemove the declaration of uarea_pages.
2004-11-20 David SchultzRemove the p_uarea and p_upages_obj fields from struct...
2004-11-20 David SchultzRemove the uarea column from the DDB 'ps' display,...
2004-11-20 David SchultzUpdate the comment about what NO_SWAPPING does.
2004-11-20 David SchultzMaintain the broken state of backwards compatibilty...
2004-11-20 David SchultzWe don't do U area swapping anymore, so update some...
2004-11-20 David SchultzRemove UAREA_PAGES and USPACE definitions. The definit...
2004-11-20 David SchultzRemove some references to U area here while trying...
2004-11-20 David SchultzRemove references to U area and garbage collect includes.
2004-11-20 David Schultzgcore(1) apparently still cares about a.out core dumps...
2004-11-20 David SchultzRemove UAREA_PAGES.
2004-11-20 David SchultzU areas are going away, so don't allocate them. It...
2004-11-20 David SchultzU areas are going away, so don't allocate one for proce...
2004-11-20 David SchultzDisable U area swapping and remove the routines that...
2004-11-20 David SchultzMalloc p_stats instead of putting it in the U area...
2004-11-20 David SchultzIn preparation to remove U areas, don't refer to p_uare...
2004-11-20 David Schultzuser.h is included only to get pcb.h, so use the latter...
2004-11-20 Joseph KoshyBring signal(9) in sync with -current.
2004-11-20 Olivier HouchardIncrease cnt.v_syscall and cnt.v_trap when needed.
2004-11-20 Ruslan ErmilovDo not emit a spurious warning when "directory" argument
2004-11-20 Ruslan ErmilovFixed "rmdir -p" that got broken by rev. 1.15.
2004-11-19 Gleb SmirnoffRemove unused macro.
2004-11-19 Bjoern A. ZeebDocument NO_NIS variable.
2004-11-19 Gleb SmirnoffCancel pending timeout before scheduling a new one...
2004-11-19 Maksim YevmenkinCorrect typo. Return ENXIO instead of EIO.
2004-11-19 David E. O... Man page for the HighPoint RocketRAID 182x driver.
2004-11-19 Scott LongRevert part of rev 1.57. The tag boundary is honored...
2004-11-19 Scott LongRevert part of rev 1.56. Tag boundaries are handled...
2004-11-19 David E. O... Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev...
2004-11-19 David E. O... Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev...
2004-11-19 Christian S... Use statfs instead of getmntinfo(). This will make...
2004-11-19 Simon L. B... - Fix typo in portaudit reference.
2004-11-19 David E. O... Install the header for libmagic.
2004-11-19 David E. O... Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev...
2004-11-19 David E. O... Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev...
2004-11-19 David E. O... Make logic more readable.
2004-11-19 David E. O... Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev...
2004-11-19 David E. O... Add the the Allied Telesyn AT-2700 familly.
2004-11-19 Mark SantcroosPlace function comment above the right function.
2004-11-18 Mark SantcroosRemove ntp_gettime.c which was a wrapper around sysctlb...
2004-11-18 Mark SantcroosRebuild from compat/freebsd32/syscalls.master:1.43
2004-11-18 Mark Santcroos32-bit FreeBSD ABI compatibility stubs from syscalls...
2004-11-18 Mark SantcroosRebuild from syscalls.master:1.179
next