Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-14 | more headers to please lint | Theo de Raadt | |
2005-10-14 | unused variables | Theo de Raadt | |
2005-10-14 | Use queue macros instead of directly accessing fields. ok millert@ pat@ | Otto Moerbeek | |
deraadt@ | |||
2005-10-14 | sync | Theo de Raadt | |
2005-10-14 | doh! it was a wednesday. and fix the time as well then | Michael Shalayeff | |
2005-10-14 | assume niklas's dating for openbsd birth | Michael Shalayeff | |
2005-10-14 | remove temporary cvs directory in error cases too. ok joris@ | Moritz Jodeit | |
2005-10-14 | fix -n option, noticed by jmc@ | Joris Vink | |
2005-10-14 | Use queue macros instead of directly accessing fields. ok marc@ miod@ | Otto Moerbeek | |
patrick@ | |||
2005-10-14 | Whoops. C-x C-v (filevisitalt) didn't work on inital scratch buffer. | Kjell Wooding | |
It does now. Noted by deraadt. | |||
2005-10-14 | move the dired routines into dired.c where they belong. | Kjell Wooding | |
ok cloder@ | |||
2005-10-14 | only print warning message in bge_stop_block() if debug is enabled. | Brad Smith | |
2005-10-14 | sprinkle some ANSI and KNF and remove an empty useless function. | Brad Smith | |
2005-10-14 | Fixup some mnemonics, code was correct, stupid assembler doesn't type | Dale Rahn | |
check closely... | |||
2005-10-14 | avoid silly static variables that even caused nesting issues, | Brad Smith | |
not to mention reentrancy concerns. From christos NetBSD ok deraadt@ | |||
2005-10-14 | bye bye more compile time knobs, use the sysctl to enable v6 forwarding. | Brad Smith | |
ok deraadt@ | |||
2005-10-14 | free()->xfree(); ok djm@ | Kevin Steves | |
2005-10-14 | no trailing "\n" for log functions; ok djm@ | Kevin Steves | |
2005-10-14 | shuffle these structs up to the top. | Brad Smith | |
2005-10-13 | - sync checkin_usage(). | Niall O'Higgins | |
2005-10-13 | - `date' argument to -d option is now optional, reflect this in the manual page. | Niall O'Higgins | |
2005-10-13 | - implement bare `-d' option; this sets the check-in date and time | Niall O'Higgins | |
to be that of the working file's last modification time. | |||
2005-10-13 | KNF; ok djm@ | Kevin Steves | |
2005-10-13 | sync | Theo de Raadt | |
2005-10-13 | pump up the high water mark on the dirhash pool to avoid page allocation ↵ | Michael Shalayeff | |
throttling; pedro@ ok | |||
2005-10-13 | toast unused variable | Theo de Raadt | |
2005-10-13 | use strtonum() correctly | Theo de Raadt | |
2005-10-13 | spacing | Theo de Raadt | |
2005-10-13 | Make dired buffer read-only by default. | Kjell Wooding | |
Noticed by Han Boetes | |||
2005-10-13 | Make undoing of a yank operation work as expected | Kjell Wooding | |
(i.e. undo boundaries are placed around entire yanked block) ok cloder@ | |||
2005-10-13 | Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusive | Miod Vallat | |
changes. | |||
2005-10-13 | Hide more definitions from userland and from locore. | Miod Vallat | |
2005-10-13 | Use dired mode automatically if file specified for loading is | Kjell Wooding | |
a directory. Modified version of patch from Han Boetes. ok cloder@ | |||
2005-10-13 | Put the register clobbering constraints on the BUG trap instruction, | Miod Vallat | |
not the first ldcr; hopefully gcc did not dare optimizing too much around here, so this should not change anything in practice. test martin@ | |||
2005-10-13 | unneeded #include, unused declaration, little knf; ok deraadt@ | Kevin Steves | |
2005-10-13 | unused declarations; ok deraadt@ | Kevin Steves | |
2005-10-13 | be sure to always set fifolen to at least 1 and if the code probes a 0 byte | Federico G. Schwindt | |
fifo (ie., a 16450 misdetected as 16550a) the HW_FIFO bit is disabled. reported and ok by miod@. work with him. | |||
2005-10-13 | In realitexpire(), do not re-add the itimer timeout if the process is in | Aaron Campbell | |
the midst of exiting. This solves a race condition that causes freed memory to be left referenced in the master kernel timeout worklist, leading to a uvm_fault. The same race condition was already fixed earlier in r1.53 of kern_clock.c for the process virtual and profile timeout structs. deraadt@ ok, testing by krw@ | |||
2005-10-13 | Over the years, different UARTs have appeared in the market. | Federico G. Schwindt | |
Unfortunately most vendors implement hidden bits/features and ships with buggy buffers. This is our first attempt to fix this. Test the fifo size by putting the fifo into loopback mode and reading back what we wrote. It seems to be very much accurate and has correctly identified several buggy UARTs. Commented out for now. Tested by several people with different hardware, many thanks. Idea from Theo, code by myself. | |||
2005-10-13 | spelling in comments | Kevin Steves | |
2005-10-13 | remove unneeded #includes; ok markus@ | Kevin Steves | |
2005-10-13 | unused parameters | Henning Brauer | |
2005-10-13 | dead defines | Henning Brauer | |
2005-10-13 | To be fully compatibly with the GNU RCS tools we need to have the | Joris Vink | |
same way of parsing commandline options. Since getopt(3) allows spaces between arguments and GNU RCS tools does not we needed to roll out our own way of option handling, and here it is. ok niallo@ | |||
2005-10-13 | comment out the "filter drop" option because it has never been fully | Reyk Floeter | |
implemented and is not useable at all. ok henning@ | |||
2005-10-13 | Fix a memory leak in the ospf engine. First of all ospfd did not track if a | Claudio Jeker | |
LSA was already queued on nbr self. So after the first round -- where the lsa was queued -- ospfd would remove it again in a second run. That was not enough but the LSA was removed from the wrong neighbor -- nbr instead of iface->self. LIST_REMOVE does not track the queue and so that resulted in some strangeness (especially the lsa_cache did not get cleared). OK norby@ | |||
2005-10-13 | consistency, remove a few explanations documented in the manpage. | Alexandre Anriot | |
ok reyk@ | |||
2005-10-13 | Correctly queue ls updates on the retransmission lists. | Claudio Jeker | |
First of all it is not clever to set queued before we actually queue something -- unless queued is set. If ospfd is running as BDR don't add updates to the retransmission list to the DR. OK norby@ | |||
2005-10-13 | Simplify poll loop as well. "grrr, OK" henning@ | Claudio Jeker | |
2005-10-13 | Simplify poll loop, there is no need for nfds tracking. While there kill | Claudio Jeker | |
some comments that are totaly wrong. OK henning@ |