]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-02-06 desAdd support for escape sequences in the arguments ...
2003-02-06 desExport the PAM environment to the child process instead...
2003-02-06 charnierThe .Fn function. Spelling.
2003-02-06 charnierThe .Fn function
2003-02-06 charnierThe .Fn function
2003-02-06 bennoOops. Include opt_ddb.h.
2003-02-06 charnierThe .Fn function
2003-02-06 bennoAdd a driver that attaches to the gpio node of macio...
2003-02-06 desMinimal manual page for pam_kerberosIV(8).
2003-02-06 bennoAdd a cast to silence a warning.
2003-02-06 bennoIf a device tries to allocate an interrupt that's not...
2003-02-06 scottlTeach the CAM module how to deregister itself so it...
2003-02-06 rwatsonRelocate a call to enable inetd so that it is set regar...
2003-02-06 hsuRemove vestiges of no longer needed unp_rvnode field.
2003-02-06 mtmFix use of an uninitialized pointer introduced in a...
2003-02-06 scottlFree the container and sim objects on detach. Convert...
2003-02-06 scottlDon't include aac_cam.h, since it was nuked in the...
2003-02-05 scottlVarious cleanups:
2003-02-05 acheSince we drop NSHUFF values now, set default seed to...
2003-02-05 acheSince we drop NSHUFF values now, set default seed to...
2003-02-05 mbrMove the DC_SETBIT to the attach function.
2003-02-05 phkImplement the new "struct disk" centered API for device...
2003-02-05 joergDocument the recent changes for vinum as root filesystem.
2003-02-05 joergFinally make vinum ready for the root filesystem in...
2003-02-05 phkAdd three more properties to struct disk: Stripe offse...
2003-02-05 charnierUse a more standard error message. Add FBSDID.
2003-02-05 julianThe lockmanager has to keep track of locks per thread...
2003-02-05 sobomaxFix slight disorder that broke sorting. Put in bold...
2003-02-05 trhodesMFS: 1.2.2.2
2003-02-05 ambriskoTake the rc4 code out of ng_mppc module so we don't...
2003-02-05 alexRemove MAKEDEV quirks, now obsolete.
2003-02-05 simokawaFix for fwmem write part.
2003-02-05 mikeAdd regression test for soon-to-be-committed fpclassify().
2003-02-05 acheRemove srandom():
2003-02-05 acheComment out srandom():
2003-02-05 ruNODEVFS cleanup.
2003-02-05 charnierDo not start err(3) strings with uppercase nor dot...
2003-02-05 charnierHeader was included twice. Hardcode program name in...
2003-02-05 charnierWrap long line. Use .Ar instead of .Nm where appropriate.
2003-02-05 charnierSpelling.
2003-02-05 charnierThe .Fn function
2003-02-05 charnierThe .Xr utility
2003-02-05 charnierAdd FBSDID. udp/bootps -> bootps/udp. Use err(3).
2003-02-05 charnierPrevent uppercase after .Xr by adding ``The ... utility...
2003-02-05 charnierAdd FBSDID.
2003-02-05 charnierDisplay elapsed time (-o etime) using [[dd-]hh:]mm...
2003-02-05 charnierEnclose sccsid according to style(9).
2003-02-05 bennoGC an unused variable.
2003-02-05 bennoExport the ns_per_tick variable through md_var.h rather...
2003-02-05 benno- Use cpu_setup() instead of identifycpu().
2003-02-05 bennoAdd cpu.c. This contains one exported function, cpu_se...
2003-02-05 benno- Update spr.h
2003-02-05 bennoAdd an inline function wrapper for the mfpvf (Move...
2003-02-05 bennoNot all cpus are MPC750s. Replace the MPC750 cpu optio...
2003-02-05 bennoReplace the inline asm in delay() with a while loop...
2003-02-05 benno- Rename the "powerpc" timecounter to the "decrementer...
2003-02-05 phkThis file has no longer any content from the original...
2003-02-05 yarAllow "~/" in pathnames to work for a chrooted user.
2003-02-05 dougb* Update copyright year.
2003-02-05 umeAvoid undefined symbol error with an IPv4 only kernel.
2003-02-05 dougb* Update copyright year.
2003-02-05 ruMoved 802.11 (device wlan) consumers to the third flopp...
2003-02-05 phkReduce diff to i386/isa/clock.c by unifdef -DPC98
2003-02-05 phkTypo in last commit
2003-02-05 phkMFi386: write the correct weekday back to the RTC.
2003-02-05 phki386/i386/tsc.c was repo-copied from i386/isa/clock.c.
2003-02-05 tjrMention that the CLOCK_VIRTUAL and CLOCK_PROF clocks...
2003-02-05 phkMake get_cyclecount() use binuptime() when no tsc is...
2003-02-05 psObtain the media type from the shared memory and only...
2003-02-05 psProperly get the drive geometry from the controller...
2003-02-05 psClose a memory leak when rescanning the bus.
2003-02-05 simokawaAdd some reference.
2003-02-05 ambriskoSupport for suspend/resume in laptops. Loosely based...
2003-02-05 trhodesThe manual page lists only 2 files, however it reads...
2003-02-04 rwatsonImplement mpo_check_kld_load() and mpo_check_kld_unload...
2003-02-04 rwatsonPlace more stringent checks on process credential relab...
2003-02-04 rwatsonRename the variable 'grade' to 'type' in interface...
2003-02-04 trhodesRemove another unused doc Makefile.
2003-02-04 trhodesCross ref chflags(1).
2003-02-04 ruAdded MI version of <sys/imgact_aout.h>, "a.out.h"...
2003-02-04 desCorrect grammatical error in previous commit.
2003-02-04 trhodesRemove 2 more unused doc Makefiles.
2003-02-04 desExtra precautions before trying to start init(8).
2003-02-04 yarLet tilde expansion be done even if a file/directory...
2003-02-04 jhb- Remove unused old disk pointers from Write_FreeBSD...
2003-02-04 jhbRemove mostly unused disk arguments from Fixup_*_Names...
2003-02-04 simokawa- Implement write part.
2003-02-04 simokawa- Improve recovery after timeout.
2003-02-04 hartiFix a problem in bus_dmamap_load_{mbuf,uio} when the...
2003-02-04 mikehGrammer fix.
2003-02-04 nyanOops, fix copyright again.
2003-02-04 ruRun kgzip(8) in a right environment and pass it the...
2003-02-04 ruAlways build kgzip(8); needed to cross-release i386.
2003-02-04 ruMake this work on non-i386 as well. (Needed for cross...
2003-02-04 takawataFix copyright notification.
2003-02-04 hrsMerge the following from the English version:
2003-02-04 hrsFix a typo (s/CanBE/CanBe/).
2003-02-04 maximep(4) does not have link0 and link1 options.
2003-02-04 hrs- Remove some English parts left in the previous commit.
2003-02-04 sanpeiFix `umass0: BBB bulk-in clear stall failed, IOERROR...
next