Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-05 | make this at least minimally reasonable | Theo de Raadt | |
2001-09-05 | sync | Theo de Raadt | |
2001-09-05 | Stereo jitter suppressor. | Marc Espie | |
Idea from FreeBSD. This code was not put in initially because I had no problematic card to test. Thanks to Chris Kuethe <ckuethe@pyxis.cns.ualberta.ca> for having such a card and testing this code. | |||
2001-09-05 | remove work-around for _GLOBAL_OFFSET_TABLE_, now that the last pieces | Marc Espie | |
have been converted to __GLOBAL_OFFSET_TABLE_. | |||
2001-09-05 | Use __GLOBAL_OFFSET_TABLE_ consistently. | Marc Espie | |
2001-09-05 | select correctly, and on the right file descriptors too! | Theo de Raadt | |
2001-09-05 | avoid first person in manual pages | Theo de Raadt | |
2001-09-05 | add ich3 | Niels Provos | |
2001-09-05 | add intel ich3 ac97 | Niels Provos | |
2001-09-05 | and fix PTL site. | Federico G. Schwindt | |
2001-09-05 | Rearrange and add missing ports based on recent 'Use threads' commits. | Federico G. Schwindt | |
2001-09-05 | add getpw*_r to the list; from brad@ | Federico G. Schwindt | |
2001-09-05 | correct select(FD_SETSIZE,...) misuse | Bob Beck | |
2001-09-05 | sync | Theo de Raadt | |
2001-09-05 | sync with latest kame | Jun-ichiro itojun Hagino | |
- fix select() size. from deraadt - constify, remove bogus ERRSTR macro, and others | |||
2001-09-05 | sync with the latest kame route6d. | Jun-ichiro itojun Hagino | |
- no select() with FD_SETSIZE. from deraadt - use sin6 as varaible name, not sin, to avoid symbol conflict with sin(). - other minor cleanups. | |||
2001-09-05 | sync | Niels Provos | |
2001-09-05 | add 82801CA/CAM AC97 Audio | Niels Provos | |
2001-09-05 | select for a more accurate size; millert ok | Theo de Raadt | |
2001-09-05 | do not select(20, ...) | Theo de Raadt | |
2001-09-05 | Add getaddrinfo(3) and gethostby*_r(3) to the list. | Federico G. Schwindt | |
2001-09-04 | document intel pro/100 ve and vm | Niels Provos | |
2001-09-04 | recognize intel pro/100 cards; okay deraadt@ | Niels Provos | |
2001-09-04 | sync | Theo de Raadt | |
2001-09-04 | shorten | Theo de Raadt | |
2001-09-04 | Add a const to shut up -Wall | Todd C. Miller | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-09-04 | Use _waitq_remove() and _waitq_insert() always; from FreeBSD. | Federico G. Schwindt | |
2001-09-04 | Wall's -g flag has been broken since it was added. We fix it by | Todd C. Miller | |
looking up each group specified via -g and stashing the members so we can compare them against users listed in utmp later on. Inspired by a patch from Ruslan Ermilov <ru@FreeBSD.org>. | |||
2001-09-04 | Fix bogus use of snprintf return value. Since we know the max | Todd C. Miller | |
length of a username we can use that as part of the buffer size. | |||
2001-09-04 | MB == megabytes, Mb == megabits | Theo de Raadt | |
2001-09-04 | crank miniroot size to 6MB | Theo de Raadt | |
2001-09-04 | Use merr() not err() since due to function name change in mail.local/locking.c | Todd C. Miller | |
2001-09-04 | put changes back, this time ALL the files. | Federico G. Schwindt | |
2001-09-04 | Fix a diagnostic | brian | |
2001-09-04 | Consider alignment requirements when moving data about. | brian | |
Mostly submitted by: kamath@cesa.opbu.xerox.com | |||
2001-09-04 | .ua kbd layout is now in | Michael Shalayeff | |
2001-09-04 | .ua keyboard; from Igor Grabin <violent@death.kiev.ua> | Michael Shalayeff | |
2001-09-04 | consistent avoidance of unnecessary spaces | Todd T. Fries | |
2001-09-04 | compact arithmetic | Todd T. Fries | |
2001-09-04 | update from Denis Afonin <dfa@solo.ee> | Michael Shalayeff | |
2001-09-04 | grrr...add lge(4) | Nathan Binkert | |
2001-09-04 | Manpage for Level1 LXT1001 Gigabit Ethernet | Nathan Binkert | |
2001-09-04 | Driver for the Level1 LXT1001 Gigabit Ethernet Chip. | Nathan Binkert | |
From FreeBSD | |||
2001-09-04 | shave 40% off 'MAKEDEV all' by combining(eliminating) 'chgrp' fork's | Todd T. Fries | |
2001-09-04 | add xfs0 and tcx0 to all) | Todd T. Fries | |
2001-09-04 | add xfs; jason@ ok | Todd T. Fries | |
add tcx to MAKEDEV | |||
2001-09-04 | sync | Chris Cappuccio | |
2001-09-04 | Intel ICH3 (82801CA/CAM) IDE | Chris Cappuccio | |
2001-09-04 | enable pf and altq; jason@ ok | Todd T. Fries | |