summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-14move the dired routines into dired.c where they belong.Kjell Wooding
2005-10-14only print warning message in bge_stop_block() if debug is enabled.Brad Smith
2005-10-14sprinkle some ANSI and KNF and remove an empty useless function.Brad Smith
2005-10-14Fixup some mnemonics, code was correct, stupid assembler doesn't typeDale Rahn
2005-10-14avoid silly static variables that even caused nesting issues,Brad Smith
2005-10-14bye bye more compile time knobs, use the sysctl to enable v6 forwarding.Brad Smith
2005-10-14free()->xfree(); ok djm@Kevin Steves
2005-10-14no trailing "\n" for log functions; ok djm@Kevin Steves
2005-10-14shuffle 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 timeNiall O'Higgins
2005-10-13KNF; ok djm@Kevin Steves
2005-10-13syncTheo de Raadt
2005-10-13pump up the high water mark on the dirhash pool to avoid page allocation thro...Michael Shalayeff
2005-10-13toast unused variableTheo de Raadt
2005-10-13use strtonum() correctlyTheo de Raadt
2005-10-13spacingTheo de Raadt
2005-10-13Make dired buffer read-only by default.Kjell Wooding
2005-10-13Make undoing of a yank operation work as expectedKjell Wooding
2005-10-13Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusiveMiod Vallat
2005-10-13Hide more definitions from userland and from locore.Miod Vallat
2005-10-13Use dired mode automatically if file specified for loading isKjell Wooding
2005-10-13Put the register clobbering constraints on the BUG trap instruction,Miod Vallat
2005-10-13unneeded #include, unused declaration, little knf; ok deraadt@Kevin Steves
2005-10-13unused declarations; ok deraadt@Kevin Steves
2005-10-13be sure to always set fifolen to at least 1 and if the code probes a 0 byteFederico G. Schwindt
2005-10-13In realitexpire(), do not re-add the itimer timeout if the process is inAaron Campbell
2005-10-13Over the years, different UARTs have appeared in the market.Federico G. Schwindt
2005-10-13spelling in commentsKevin Steves
2005-10-13remove unneeded #includes; ok markus@Kevin Steves
2005-10-13unused parametersHenning Brauer
2005-10-13dead definesHenning Brauer
2005-10-13To be fully compatibly with the GNU RCS tools we need to have theJoris Vink
2005-10-13comment out the "filter drop" option because it has never been fullyReyk Floeter
2005-10-13Fix a memory leak in the ospf engine. First of all ospfd did not track if aClaudio Jeker
2005-10-13consistency, remove a few explanations documented in the manpage.Alexandre Anriot
2005-10-13Correctly queue ls updates on the retransmission lists.Claudio Jeker
2005-10-13Simplify poll loop as well. "grrr, OK" henning@Claudio Jeker
2005-10-13Simplify poll loop, there is no need for nfds tracking. While there killClaudio Jeker
2005-10-13add the (emacs) toggle-readonly keybinding (C-x C-q).Kjell Wooding
2005-10-13check if current line is null. fixes a core in dired.Kjell Wooding
2005-10-13Fix dired mode. Make deletions work, and keystrokes match emacs.Kjell Wooding
2005-10-13KNF and minor cleanup. Remove an impossible condition check.Kjell Wooding
2005-10-13Make mg's grep and compile more path-aware, by defaulting toKjell Wooding
2005-10-13first thing found by the fifo tester; pxa2x0 uarts are actually 64 bytesFederico G. Schwindt
2005-10-13sync multicast code with the FreeBSD sis driver.Brad Smith
2005-10-12add a cast when doing cvs_buf_release();Niall O'Higgins
2005-10-12have sis strip off the Ethernet FCS before passing it to bpf.Brad Smith
2005-10-12Define IPL_SCHED and spslsched(), matching the statclock level.Miod Vallat