summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include arpa/inet.hbrian2002-03-311-0/+2
* Implement i386's (o)sigreturn() like the alpha's: Use copyin() to readalc2002-03-312-16/+24
* Add a local proc *p in exec_new_vmspace() to avoid repeated dereferencingalc2002-03-311-6/+7
* Pass the address of the bootinfo block to the kernel in registermarcel2002-03-304-10/+10
* Transition to a model where the loader passes the address of themarcel2002-03-303-31/+58
* Fix braino: the example interface is fxp0, not ed0.dd2002-03-301-1/+1
* Correct typo.dd2002-03-301-1/+1
* Pass the physical address of the bootinfo block to the kernel inmarcel2002-03-304-2/+6
* Correct a comment: sendsig() calls the MI vm_map_growstack() butalc2002-03-301-1/+1
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Removealc2002-03-304-34/+6
* Move the "dumping" variable from systm.h to conf.h.phk2002-03-303-1/+6
* sendmail 8.12 doesn't require _FFR_UNSAFE_SASL anymore.ume2002-03-301-2/+2
* Fix CLEANFILES.ru2002-03-301-0/+1
* sendmail 8.12 claims against GroupReadableSASLFile.ume2002-03-301-1/+1
* Don't nowerror for sys/dev/pdq/pdq.cmdodd2002-03-301-2/+2
* Restore the correct CLEANFILES that got damaged in rev. 1.15.ru2002-03-301-1/+1
* Mention the UltraSparc as supported in the README, also deal with thebmah2002-03-301-4/+5
* Don't use gcc specific flags.dwmalone2002-03-301-1/+0
* 1) Staticise.dwmalone2002-03-301-13/+13
* 1) Const enough things to avoid warnings.dwmalone2002-03-306-30/+31
* Fix /dev/acdNc minor device number. This bug prevents installing FreeBSDmatusita2002-03-302-2/+2
* Remove debug output in last commit.sos2002-03-301-10/+0
* Add a "special progname lib xxx ..." command to crunchgenluigi2002-03-302-2/+23
* 1) Add missing prototypes for fmt_perm and cvt_time.dwmalone2002-03-301-6/+8
* Add support for getting status (fan, temp, 5V and 12V levels) fromsos2002-03-304-9/+179
* Use the method described in the strtol man page to check if it parseddwmalone2002-03-301-1/+1
* Fixed handling of short reads in readdisklabel() and writedisklabel().bde2002-03-301-0/+6
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-305-1/+19
* Fix vendor ID.dwmalone2002-03-301-2/+4
* Clean up vendor ID and FBSDID.dwmalone2002-03-301-5/+7
* Fix constness warnings.dwmalone2002-03-302-13/+14
* Don't use gcc specific flags.dwmalone2002-03-301-1/+0
* Change a "/*" within a comment to a "**".dwmalone2002-03-301-1/+2
* Mark some parameters as unused.dwmalone2002-03-303-14/+24
* Minor post warns stuff.dwmalone2002-03-303-19/+14
* Add a sprinkling of mp_Down() calls to ensure that we don't think thatbrian2002-03-301-1/+7
* Don't use the RTF_GATEWAY flag and pass the RTA_GATEWAY address when updatingbrian2002-03-301-1/+8
* Add a missing breakbrian2002-03-301-0/+1
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-3030-147/+1226
* Fix a few typos.keramida2002-03-301-2/+2
* MFi386: revision 1.55nyan2002-03-301-0/+3
* Use the raid lun not the magic when writing Promise config.sos2002-03-301-2/+1
* MFi386: revision 1.506.nyan2002-03-302-8/+18
* Allow to build with GCC 3.1.obrien2002-03-301-1/+2
* Const what I could on a first pass.obrien2002-03-301-7/+9
* Add a quick and dirty way to determine where we're loaded from. Wemarcel2002-03-302-16/+56
* The EFI loader has been improved a lot since it was first added.marcel2002-03-302-0/+4
* Fix the initialization of the protocol:marcel2002-03-301-2/+68
* Nuke CV_DEBUG in favour of INVARIANTS.dan2002-03-302-2/+1
* Add a driver configuration file for the Alpha platform, and specify thatmurray2002-03-301-0/+46
OpenPOWER on IntegriCloud