summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prototype for pthread_attr_get_np().phantom2002-10-261-0/+1
* Hook uthread_attr_get_np.c to buildphantom2002-10-261-0/+1
* Add pthread_attr_get_np() function. This is FreeBSD non-portable POSIX threadsphantom2002-10-261-0/+50
* Be more agresive on arguments' checking.phantom2002-10-261-1/+4
* MFen 1.111gioria2002-10-261-3/+37
* Call bpf_mtap() on outgoing packets.tmm2002-10-261-3/+6
* Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs().tjr2002-10-265-2/+501
* A simple make world is too dangerous for most upgrades. Instead, copyimp2002-10-261-2/+14
* Note GEOM removal of the compatibility slice, and what you, theimp2002-10-261-8/+30
* Add COMPAT_FREEBSD4 here too. It has COMPAT_43 as well.peter2002-10-261-0/+1
* Add COMPAT_FREEBSD4 for the transition. COMPAT_43 was already present.peter2002-10-261-0/+1
* Hook the early adopter's guide into the release build. Its basenamebmah2002-10-261-1/+6
* iBack out david's last commit. the suspension code needs to be calledjulian2002-10-263-26/+13
* Add regression tests for mbrtowc(3) and wcrtomb(3).tjr2002-10-263-0/+291
* Move suspension checking code from userret() into thread_userret().davidxu2002-10-263-13/+26
* Sigh. Fix past-o in install directory.bmah2002-10-261-2/+2
* Backout revision 1.48.davidxu2002-10-262-4/+2
* Fix "err" usage.fenner2002-10-261-2/+1
* Fix two typos. Using "-eq" instead of "=" in a [ caused an error whenfenner2002-10-251-2/+2
* Document the `maclabel' command.chris2002-10-251-0/+7
* o m_adj rx buffer so IP header is 32-bit alignedsam2002-10-252-18/+21
* Add lt_LT.ISO8859-13ache2002-10-2513-0/+431
* Add lt_LT.ISO8859-13ache2002-10-252-0/+6
* Hook up early-adopter article to RELNOTESng build.bmah2002-10-253-6/+11
* Gah. Ditch elements I inserted while thinking about LaTeX andbmah2002-10-251-20/+23
* MFP4: Add the "Early Adopter's Guide to FreeBSD 5.0-RELEASE"bmah2002-10-252-0/+432
* Cast si_drv2 to intptr_t instead of int to quiet warnings.jhb2002-10-251-1/+1
* Comment describing the semantics of mac_late.rwatson2002-10-259-9/+54
* Use the newer "+" modifier on output contraints when a register orjhb2002-10-252-62/+62
* Reduce the GEOM verbosity under bootverbose to something more sufferable.phk2002-10-255-11/+26
* Don't copy td_md. Instead, let the MD code handle it just like itjhb2002-10-251-3/+2
* Note that the sched_lock protects md_ldt of struct mdproc.jhb2002-10-252-2/+2
* - Rename the DDB specific %z printf format to %y.mux2002-10-253-6/+15
* Provide a bit of anti-foot-shooting protection. Make sure that in thepeter2002-10-251-0/+7
* Finish fixing the 5.x FPU code for dealing with signal handlers.peter2002-10-253-0/+3
* No need for this config file; games are gone.markm2002-10-251-20/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-2543-221/+1182
* Change method to determine base memory size.iwasaki2002-10-252-86/+110
* #include <geom/geom.h> to get proper prototypes. Contrary to my fears wephk2002-10-251-10/+12
* Add a g_dev_print() function which prints all the /dev entries GEOMphk2002-10-252-0/+17
* Initialize tick_MHz and related variables much earlier. After the lasttmm2002-10-253-13/+17
* Fix iommu_dvmamap_sync() to use the right address when flushing thetmm2002-10-251-1/+1
* Don't check IFF_RUNNING in previous change.simokawa2002-10-251-2/+2
* - scopeid is u_int32_tume2002-10-251-14/+21
* Explicitly list architectures supporting sysinstallphk2002-10-251-1/+4
* Loose the g_dev_clone() noise.phk2002-10-251-1/+0
* - kill strcpyume2002-10-251-67/+56
* Greatly improve readability of trap() by using a table to convert betweenjake2002-10-253-239/+165
* Add newly-added sripts to FILES.thomas2002-10-251-1/+3
* Add a new /etc/periodic/security script to check for packetsthomas2002-10-253-0/+63
OpenPOWER on IntegriCloud