aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace the last occurence of (long long) and %qd withYaroslav Tykhiy2004-11-021-2/+2
* stty sane should set the echo bits.Poul-Henning Kamp2004-11-021-1/+1
* Add a small regression test that opens a TCP socket, listens on it,Robert Watson2004-11-022-0/+120
* Acquire the accept mutex in soabort() before calling sotryfree(), asRobert Watson2004-11-021-0/+1
* This is a forced commit to note that actually pam_strerror()Yaroslav Tykhiy2004-11-020-0/+0
* Add support for Asus M6N laptopsPhilip Paeps2004-11-022-0/+22
* Sort files properly.Pawel Jakub Dawidek2004-11-021-2/+2
* Actually put hint.atkbd.0.flags="0x1" in /boot/device.hints on CD-ROMs.Ruslan Ermilov2004-11-021-2/+3
* Add a man page for the NgATM helper module ngatmbase.Hartmut Brandt2004-11-022-0/+123
* Implement TLS relocations for powerpc.Suleiman Souhlal2004-11-023-3/+101
* Do the TLS offset allocations before relocations, as otherwise thereSuleiman Souhlal2004-11-021-11/+11
* Add OpenBSD 3.6.Maxim Konovalov2004-11-021-3/+4
* Stay up to date with the latest ATA developments, whereSuleiman Souhlal2004-11-022-2/+4
* Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in theSuleiman Souhlal2004-11-021-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-0120-27/+43
* Allow individual application processors to be disabled from the loaderJohn Baldwin2004-11-011-1/+16
* Removed bogus comment.Gleb Smirnoff2004-11-011-2/+0
* o style changes:Gleb Smirnoff2004-11-011-13/+11
* When listing the special $ variables, ($!, $#, etc) list them as $!Alfred Perlstein2004-11-011-12/+16
* Do a better job of supporting more than one mouse deviceMike Makonnen2004-11-014-5/+57
* * Correct an off-by-one reading vpd ro data.David E. O'Brien2004-11-014-6/+66
* Correct a typo and make the documentation more mdoc(7) complaint.Xin LI2004-11-011-3/+3
* fix typo in generated /etc/exports: escape all 'David E. O'Brien2004-11-012-2/+2
* OpenPAM allows passing a NULL "pamh" to pam_strerror() to indicateYaroslav Tykhiy2004-11-011-2/+5
* Remove redundant 'not'.Pawel Jakub Dawidek2004-11-011-1/+1
* des added bge(4) support.Max Laier2004-11-011-0/+1
* Save cancelflags in signal frame, this fixes a problem thatDavid Xu2004-11-014-0/+6
* Introduce a Boolean variable wakeup_needed to avoid repeated, unnecessaryAlan Cox2004-10-311-2/+9
* Utilize m_uiotombuf() in device write method, instead of home-grownGleb Smirnoff2004-10-312-69/+17
* Since last change moved ';' from macro to code, we need to embraceGleb Smirnoff2004-10-312-4/+4
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for theDag-Erling Smørgrav2004-10-316-10/+110
* Whitespace cleanupDag-Erling Smørgrav2004-10-315-23/+23
* Don't treat # as a comment in interpreter specification line.Pawel Jakub Dawidek2004-10-311-1/+1
* Replace link to nonexistent raid(4) with one to geom(8). I don't likeDima Dorfman2004-10-311-2/+1
* Make pthread_mutex_trylock(3) return EBUSY on failure, as all softwareBrian Feldman2004-10-312-16/+2
* Remove the -k option to migrate. The option causes gpt(8) to preserveMarcel Moolenaar2004-10-312-39/+25
* Don't barf when we encounter an UUID for GPT partitions. Instead, addMarcel Moolenaar2004-10-312-2/+3
* During traversal of the active queue by vm_pageout_page_stats(), tryAlan Cox2004-10-301-1/+10
* With ALTQ, it is possible that although the queue was not empty when weDag-Erling Smørgrav2004-10-301-0/+7
* Add altq(4) support.Dag-Erling Smørgrav2004-10-301-8/+10
* Eliminate an unused but initialized variable.Alan Cox2004-10-301-2/+0
* - Stop shadowing global "pamh" by a local variable in auth_pam().Yaroslav Tykhiy2004-10-301-9/+15
* Describe the semantics of the sgetpwnam() helper functionYaroslav Tykhiy2004-10-301-0/+3
* Save and restore state across suspend/resume events.Ian Dowse2004-10-302-37/+92
* Whitespace cleanup.Dag-Erling Smørgrav2004-10-302-55/+55
* Disable use of synchronization early in the boot by the MAC Framework;Robert Watson2004-10-303-0/+63
* Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USBBrooks Davis2004-10-301-0/+10
* Allow to change interfaces name on boot time.Pawel Jakub Dawidek2004-10-304-0/+31
* MFi386: revision 1.599 (Preserve dcons(4) buffer passed by loader(8).)Yoshihiro Takahashi2004-10-302-2/+34
* Remove a duplicate code.Yoshihiro Takahashi2004-10-301-1/+0