Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-19 | Change struct file interface methods read and write to pass file offset in | Constantine Sapuntzakis | |
and out. Make pread/pwrite in netbsd & linux thread safe - which is the whole point anyway. | |||
2000-04-19 | indent. | Federico G. Schwindt | |
2000-04-19 | add boundary check for nd_ifinfo[]. (sync with kame) | Jun-ichiro itojun Hagino | |
2000-04-19 | Fix a bug introduced after cardbus commit where uart16550a was | Federico G. Schwindt | |
being detected as uart16450 as side effect. This also corrects the posibility of misdetection of vadem controllers. | |||
2000-04-19 | pid_t | Theo de Raadt | |
2000-04-19 | tdb_ref should be signed, this avoid a problem with flushing the TDB | Angelos D. Keromytis | |
table causing repeated allocations of bypass TDBs. | |||
2000-04-19 | Force mailbox to be under 16MB so the controller can see it | Niklas Hallqvist | |
2000-04-19 | Document the way distfiles are mirrored. | Marc Espie | |
Document a few things that changed in the ports tree. | |||
2000-04-19 | split out mbuf scatter gather function | Theo de Raadt | |
2000-04-18 | Favor BIOS geometry over physical. This should fix MANY problems with | Kjell Wooding | |
hard drives >8G sharing partitions with other operating systems. Also, support extended partition type 0x0F, which is quite common now. | |||
2000-04-18 | strip htdigest and htpasswd before installing. | Federico G. Schwindt | |
2000-04-18 | Typo: sytem -> system | Aaron Campbell | |
2000-04-18 | Remove the ethernet header from the mbuf before passing it on to | Angelos D. Keromytis | |
bridge_input() | |||
2000-04-18 | seems ok w/o priming | Michael Shalayeff | |
2000-04-18 | add a note about sysctl/kvm dualism nature | Michael Shalayeff | |
2000-04-18 | add back a way to analyze post-mortem cores; does not need sgid for syctl() ↵ | Michael Shalayeff | |
thoguh | |||
2000-04-18 | some PDC calls | Michael Shalayeff | |
2000-04-18 | vm/vm.h not needed anymore | Michael Shalayeff | |
2000-04-18 | typo | Michael Shalayeff | |
2000-04-18 | split dc driver into bus dependent and bus independent (pci) parts | Jason Wright | |
(cardbus to come later). | |||
2000-04-18 | audio type 2 is called harmony and could come w/ 2 fax/modem/voice channels, ↵ | Michael Shalayeff | |
or isdn | |||
2000-04-18 | split fxp into bus independent and dependent (pci) parts (cardbus to come) | Jason Wright | |
2000-04-18 | operator alias points to root by default. | Kjell Wooding | |
2000-04-18 | Answer the motd FAQ here, too. ok aaron@. | Kjell Wooding | |
2000-04-18 | If the user does a huge I/O split the genio logging into smaller chunks | Artur Grabowski | |
to avoid allocating a huge buffer which could lead to kmem starvation. | |||
2000-04-18 | accesses /etc/aliases instead of /etc/mail/aliases. (ok millert) | Christopher Turan | |
2000-04-18 | use sysctl() to fetch struct nfsstats; no more -lkvm; millert@ ok | Michael Shalayeff | |
2000-04-18 | sendmail.cf and aliases live in /etc/mail now; reinhard@sammer.net | Todd C. Miller | |
2000-04-18 | Double usage of random() in the pseudo device to avoid setting | Hugh Graham | |
every 32nd bit to zero in the output. Checked by mickey. | |||
2000-04-18 | Set MII parameters for the other 3Com CardBus cards, not just 'C' revision. | Aaron Campbell | |
2000-04-18 | Better explaination, various fixes. | Artur Grabowski | |
2000-04-18 | sync | Theo de Raadt | |
2000-04-18 | Stats for bridge output too. | Angelos D. Keromytis | |
2000-04-18 | Sanity check on dequeued mbufs, also keep track of correct interface | Angelos D. Keromytis | |
for statistics purposes. | |||
2000-04-18 | cd detach | Constantine Sapuntzakis | |
2000-04-18 | Add a few newlines for readability. | Angelos D. Keromytis | |
2000-04-18 | Print a parenthesis in front of security flags. | Angelos D. Keromytis | |
2000-04-18 | sd and scsibus detach | Constantine Sapuntzakis | |
cdlock/cdunlock now through disk_lock/disk_unlock | |||
2000-04-18 | remove sendmail 8.9.3 | Todd C. Miller | |
2000-04-18 | copyright | Jason Wright | |
2000-04-18 | remove #ifdef {free,net}bsd stuff | Jason Wright | |
remove most of the statics | |||
2000-04-18 | Missed a few. | Aaron Campbell | |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell | |
2000-04-18 | Repairs. | Aaron Campbell | |
2000-04-17 | Initialize lineno and fname, see parse.c. | Marc Espie | |
2000-04-17 | Record location in target node as well. | Marc Espie | |
Indicate what went wrong for commands like @exit 1 | |||
2000-04-17 | Annotate CondStack with filenames/line numbers. | Marc Espie | |
Give a trace of dangling .if in case of errors. | |||
2000-04-17 | Don't free Makefile filenames when the file is finished reading, but | Marc Espie | |
keep them for error reporting. | |||
2000-04-17 | change MAX_ALIGNMENT to double, as requested by djb@cr.yp.to | Theo de Raadt | |
2000-04-17 | Xr pchb(4) | Michael Shalayeff | |