Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-22 | s/ascii/ASCII/ | Theo de Raadt | |
1999-09-22 | Add/update some man9 pages from NetBSD | Constantine Sapuntzakis | |
1999-09-22 | Add /usr/share/man/cat9/i386 | Constantine Sapuntzakis | |
1999-09-22 | pipe_stat() | kstailey | |
1999-09-21 | regen | kstailey | |
1999-09-21 | some COMPATs not seen on alpha | kstailey | |
1999-09-21 | grammar. ok aaron@ | David Leonard | |
1999-09-21 | print ESP/AH packet length; <ho@openbsd.org> | Jakob Schlyter | |
1999-09-21 | pctr & ksyms | kstailey | |
1999-09-21 | index/rindex as deprecated synonyms to strchr/strrchr. | Marc Espie | |
1999-09-21 | Add get_portnum_by_name to ac97 vtbl. | Constantine Sapuntzakis | |
get_portnum_by_name returns the mixer port # given a (class, device, qualifier) tuple. | |||
1999-09-21 | Build some proper prototypes, fix minor nits. | Marc Espie | |
Add some proper error handling to object file parsing, deciding whether it's a bad object file or something ranlib should not care about, so that archives that mix non object files with object files don't get killed by the `mixed object archive' check. | |||
1999-09-21 | crank minor; costa forgot | Theo de Raadt | |
1999-09-21 | sync imap port with IANA. OK deraadt@ | Jakob Schlyter | |
1999-09-21 | Add atactl utility from NetBSD. This utility gives detailed inquiry info as | Constantine Sapuntzakis | |
well as letting you spin down disks, set standby times, etc. | |||
1999-09-21 | Add opendisk from NetBSD. | Constantine Sapuntzakis | |
Add OpenBSD tags to files | |||
1999-09-21 | Bug in the disklabel calculations fixed. Offsets were calculated in | Constantine Sapuntzakis | |
terms of 512-unit sectors, yet the disklabel said that the sector size was 2048. Enabled code that tries to read disklabel from first data track. I guess this will be useful for those combination music/BSD install cds. | |||
1999-09-21 | For some reason unbeknownst to me, the old acd driver had a more advanced | Constantine Sapuntzakis | |
disklabel logic than the cd driver. This patch integrates that logic into the SCSI cd driver. Bug fixed - we no longer try to read disklabels off of audio CDs. No more SCSI errors when you hit play the first time on an audio CD. | |||
1999-09-21 | It's a good idea to check the return value of malloc() in example code. | Aaron Campbell | |
1999-09-21 | Typo fix (invalud -> invalid); mason@netbsd.org | Alex Feldman | |
1999-09-21 | Whoops, forgot to adjust a comparison when fixing the off-by-one error. | Aaron Campbell | |
1999-09-20 | fix for new frame.h | Michael Shalayeff | |
1999-09-20 | fix uvm_pagealloc() call | Michael Shalayeff | |
1999-09-20 | fix after frame.h changes | Michael Shalayeff | |
1999-09-20 | Don't install whatis.db as root:bin when uid != 0. phil@psidev.net | Alex Feldman | |
1999-09-20 | Formatting | Marc Espie | |
1999-09-20 | kvm is larger; crank NMBCLUSTERS and NKMEMCLUSTERS | Theo de Raadt | |
1999-09-20 | crank default limits | Theo de Raadt | |
1999-09-20 | Transform mips/openbsd-be.h into a fragment, | Marc Espie | |
tweak configure.in accordingly, regen configure. Fiddle with comments in mips/openbsd.h before shipping back to the FSF. | |||
1999-09-20 | - get http:// and ftp:// treated in a uniform way, | Marc Espie | |
- disable FreeBSD-specific packages organization per category | |||
1999-09-20 | clean up | kstailey | |
1999-09-20 | clarify X question | Theo de Raadt | |
1999-09-20 | touch /var/db/dhcp.leases -> touch /var/db/dhcpd.leases | Oleg Safiullin | |
1999-09-20 | delay for longer after each zsputc | Theo de Raadt | |
1999-09-20 | permit config file overriding of NKPDE | Theo de Raadt | |
1999-09-20 | another place that needs cranking at release time | Theo de Raadt | |
1999-09-19 | Rebuild whatis databases. | Alex Feldman | |
1999-09-19 | When invoked without arguments, extract manpaths from /etc/man.conf. | Alex Feldman | |
Allow multiple paths to be specified on the command line. millert@ ok | |||
1999-09-19 | Remove umass to avoid problems since the driver is not yet in the tree. | Federico G. Schwindt | |
1999-09-19 | improved OS brand PT_NOTE detection | kstailey | |
1999-09-19 | use PT_NOTE to identify NetBSD ELF64 binaries | kstailey | |
1999-09-19 | dont call std twice from all, add call to random. random is major 88 not 89. ↵ | Mats O Jansson | |
-moj | |||
1999-09-19 | Define ac97 attribute | Constantine Sapuntzakis | |
1999-09-19 | AC-97 CODEC support. Some help from FreeBSD, esp. on nice printing of | Constantine Sapuntzakis | |
features. | |||
1999-09-18 | fix an off-by-one error | Aaron Campbell | |
1999-09-18 | Fix device existance check. | Jason Downs | |
1999-09-18 | Fix art's typo. | Jason Downs | |
1999-09-18 | clean unused stuff | Michael Shalayeff | |
1999-09-18 | rewrite | Michael Shalayeff | |
add some more trap flags and fix T_USER wrt the pa1.1 specs | |||
1999-09-18 | PMAP_NEW, also kill last vm_{size,offset}_t's | Michael Shalayeff | |