summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement POSIX.1-2001 (XSI)'s fmtmsg(3).mike2002-08-056-3/+546
* Revert rev 1.356 and 1.352 (pmap_mapdev hacks). It wasn't worth thepeter2002-08-052-22/+16
* Add a macro for SLIST traversal 'SLIST_FOREACH_PREVPTR',alfred2002-08-051-0/+5
* Cleanup:alfred2002-08-051-28/+24
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-052-0/+2
* Fix a couple DESTDIR related problems. Credit for the "Only in" sectiondougb2002-08-051-2/+2
* Use m_getcl() to allocate buffers for the receive ring.luigi2002-08-051-11/+2
* o Don't set PG_MAPPED or PG_WRITEABLE when a page is mappedalc2002-08-055-39/+10
* Extend the interface to ether_input(): a NULL eh pointer means thatluigi2002-08-041-12/+26
* Fix handling of Receiver Not Ready errors when doing polling.luigi2002-08-041-50/+82
* Kerberos 5 no longer needs -lmdfjoe2002-08-0423-46/+46
* Pass envp to crunched program's main() routines as some depend on it.gshapiro2002-08-041-2/+4
* Use m_getcl() to allocate mbuf+cluster for the receive ring.luigi2002-08-041-25/+9
* Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.knu2002-08-041-1/+1
* Drop support for the .tbz2 suffix. One would not want pkg_create(1)knu2002-08-042-6/+2
* Temporarily disable polling when no processes are active, while Iluigi2002-08-041-1/+1
* Repond properly to NGM_TEXT_CONFIG messages.phk2002-08-041-0/+1
* bugfix: move check for udp_blackhole before the one for icmp_bandlim.luigi2002-08-041-2/+2
* Added NetBSD 1.5.3wosch2002-08-041-6/+8
* Update FreeBSD 4.6 release date.wosch2002-08-041-2/+3
* Fix typo in the last revision.mike2002-08-042-2/+2
* Add example entries for ttya and ttyb (sab).jake2002-08-041-0/+2
* se -> sab.jake2002-08-043-2/+3
* o Acquire the page queues lock before checking the page's busy statusalc2002-08-041-2/+4
* Ported to FreeBSD.jake2002-08-041-582/+487
* Add Jason L. Wright's driver for the SAB82532 serial chip, found in manyjake2002-08-042-0/+1684
* Add device agp to GENERIC, filter it out of floppy buildsanholt2002-08-045-0/+10
* Remove this abortive attempt.jake2002-08-043-526/+0
* Fix a mistake in 1.352 - I was returning a pointer to the rounded downpeter2002-08-042-2/+2
* Remove commented out PCI_ENABLE_IO_MODES. It is gone now.imp2002-08-043-3/+0
* Ported to sparc64.jake2002-08-044-5/+372
* Simplify the handling of a fragmented file_id descriptor. Alsoscottl2002-08-042-51/+50
* Try harder to check lang as path component (".", "..", / inside).ache2002-08-041-307/+345
* Change wctype_t to an unsigned type to avoid warnings.tjr2002-08-043-3/+3
* Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.tjr2002-08-044-2/+203
* Add btowc(3) to SEE ALSO section.tjr2002-08-041-0/+1
* Include <sys/time.h> for the declaration of struct timeval. Do notbde2002-08-047-0/+7
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-0488-414/+620
* Use errno to indicate failure reason.ache2002-08-041-12/+18
* Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment tobde2002-08-041-3/+3
* o Extend the scope of the page queues lock in contigmalloc1().alc2002-08-041-8/+8
* o Convert a vm_page_sleep_busy() into a vm_page_sleep_if_busy()alc2002-08-041-1/+3
* Use an 8.3 friendly extension when compressing with bzip2.obrien2002-08-041-1/+1
* Updated libc/libc_r that fixes the FreeBSD-SA-02:28.resolv resolver bug.obrien2002-08-045-9633/+7154
* Allow "-v -v" to mean very verbose.obrien2002-08-042-4/+23
* Fix generation of check-state rules, which i broke in last commit.luigi2002-08-041-1/+1
* o Request a wired page from vm_page_grab() in _pmap_allocpte().alc2002-08-042-10/+2
* Never allow a user to use crontab if opening /var/cron/{allow,deny} failstjr2002-08-041-16/+23
* Rewrite loadlocale() to eliminate LOAD_CATEGORY macro to save space.ache2002-08-041-28/+27
* Nonexistent SIZE_MAX -> SIZE_T_MAXache2002-08-041-1/+1
OpenPOWER on IntegriCloud