Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-05 | Set CFLAGS for configure. | Jason Downs | |
1998-07-05 | Add support for ISA PnP to wdc and associated config goo. This does NOT work | Jason Downs | |
with the Soundblaster; documentation is needed. Also changes wdcprobe method slightly. | |||
1998-07-05 | sync | Jason Downs | |
1998-07-05 | Uncommit wdc. | Jason Downs | |
Note that the Soundblaster uses this code, even though it's port isn't fully compatible with the driver. | |||
1998-07-05 | s/2\.3/OSREV/g | Todd T. Fries | |
Please note that in distrib/notes and per sys.mk in Makefiles globally, OSrev=23 OSREV=2.3 In m4, if you are needing this to be in the middle of the word, such as for 'floppy23.fs' use: 'floppy{:--:}OSrev.fs' .. as I changed the quotes to '{:-' and '-:}' respectively to avoid double quoting in the distrib/notes documents. | |||
1998-07-05 | start at irq framework | Theo de Raadt | |
1998-07-05 | map qec registers properly | Theo de Raadt | |
1998-07-05 | Change some of the local symbols into "temporary", removed symbols. | Dale S. Rahn | |
makes it easier to debug code to see the function entry not the local branch targets. | |||
1998-07-05 | Powerpc port now support profiled libraries, thus NOPROFILE= is | Dale S. Rahn | |
not set anymore. The code is left for future architecures, If it is needed again. | |||
1998-07-05 | yet another typo | Todd T. Fries | |
1998-07-05 | Changes to support profiling on the powerpc port, startup code. | Dale S. Rahn | |
1998-07-04 | Changes to support profiling libraries for the powerpc port. | Dale S. Rahn | |
1998-07-04 | Profile support for powerpc port. Now profiling libraries and binaries | Dale S. Rahn | |
can be built. | |||
1998-07-04 | fix a typo | Todd T. Fries | |
1998-07-04 | network driver framework in place | Theo de Raadt | |
1998-07-04 | more typos | Todd C. Miller | |
1998-07-04 | typo; jon@oaktree.co.uk | Theo de Raadt | |
1998-07-04 | newsalt also takes ,rounds modifier. | Niels Provos | |
1998-07-04 | document the variable number of rounds for 'newsalt'. That name should | Niels Provos | |
probably be changed to something more fitting. | |||
1998-07-04 | enable variable number of rounds for extended crypt, this is the crypt | Niels Provos | |
variant used by BSDI, reminded of this fact by Solar Designer. | |||
1998-07-04 | put 224 route on default, to avoid a hostname lookup | Theo de Raadt | |
1998-07-04 | sync | Theo de Raadt | |
1998-07-04 | add new devices; kleink | Theo de Raadt | |
1998-07-04 | emulate shrinking in mremap(); boquist@cs.chalmers.se | Theo de Raadt | |
1998-07-04 | add nop; fixes Kapok Computer AMI WinBIOS boot sector detection garbage | Theo de Raadt | |
1998-07-04 | split dirname and basename man pages; add dirname | Theo de Raadt | |
1998-07-04 | split dirname and basename man pages | Theo de Raadt | |
1998-07-04 | map registers of the qec+be 100mbit card | Theo de Raadt | |
1998-07-04 | no need for counting attachments | Theo de Raadt | |
1998-07-04 | fid the reloc bug | Michael Shalayeff | |
1998-07-04 | add qec register info | Theo de Raadt | |
1998-07-04 | add support for qec; same basic thing as lebuffer | Theo de Raadt | |
1998-07-03 | typo | Paul Janzen | |
1998-07-03 | Add gotcha to the list of current bugs, according to Niklas e-mail to misc. | Marc Espie | |
1998-07-03 | More configuration details and .Xr X(1) | Jason Wright | |
1998-07-03 | Better fix from Christos: | Todd C. Miller | |
deleting a suffix that has 0 source references causes core-dump. Fix: when an unused suffix gets removed, delete it from the suffix list. There is still, however a duplicate free(), which I work around by passing the Suffix back as a return value to SuffRemove() (it gets set to NULL when the suffix is freed). This is probably not the best way to fix this. | |||
1998-07-03 | Fix assembly of cmov* instructions. This instruction does not have the W bit | Tobias Weingartner | |
to specify operand size (use a prefix instead). Tested by mickey, me, and hopefully others along the way. The same fix seems to exist in freebsd as well. | |||
1998-07-03 | Fix handling of trailing slashes. Don't ever strip them, because that's | Constantine Sapuntzakis | |
the way the user tells us that he really wants a directory. Also, a trailing slash does not mean that the last component is null (in fact, according to POSIX, a component can't be 0 bytes). Rather, the last component is the one directly preceding the trailing slashes. | |||
1998-07-03 | NTP | Theo de Raadt | |
1998-07-03 | S_IWGRP | Theo de Raadt | |
1998-07-03 | who cares if joystick is attached | Theo de Raadt | |
1998-07-03 | add stupid pcib driver | Theo de Raadt | |
1998-07-03 | clean | Theo de Raadt | |
1998-07-03 | wrong endian conversion caused vif stats to be wrong; jonny@jonny.eng.br | Theo de Raadt | |
1998-07-03 | Xr mtio | Theo de Raadt | |
1998-07-03 | first cut at MI mtio(4) | Theo de Raadt | |
1998-07-03 | use 10 X in mkstemp string for improved speed at race winning | Theo de Raadt | |
1998-07-03 | link for mkstemps() | Theo de Raadt | |
1998-07-03 | sync | Theo de Raadt | |
1998-07-03 | Add /etc/host.random in list of things to check. | Angelos D. Keromytis | |