Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-27 | rcs_comment_set() will never return non-zero; change its return type to void. | Xavier Santolaria | |
OK ray@. | |||
2006-03-27 | Check for syncer vnodes before the file system specific routine gets | Pedro Martelletto | |
called, so that we handle NFS and ext2fs as well, okay deraadt@. | |||
2006-03-27 | check rcs_lock_remove() return value; OK ray@ niallo@. | Xavier Santolaria | |
2006-03-27 | use strtonum() instead of atoi(), limit dhg size to 64k; ok djm | Theo de Raadt | |
2006-03-27 | More specific warning. | Claudio Jeker | |
2006-03-27 | correction from jsg; | Jason McIntyre | |
2006-03-27 | Split the chip map for Intel SATA out into a seperate function | Jonathan Gray | |
for readability/maintainability. Tested by several people on ICH6-M/ICH7 ok grange@ | |||
2006-03-27 | Fix compilation when UVISOR_DEBUG is defined. | Jonathan Gray | |
From Alexandre Ratchov. | |||
2006-03-27 | oops! fix from xsa; | Jason McIntyre | |
2006-03-27 | Fix and clean up -t flag: | Ray Lai | |
- Add comments. - Support -t-inline-comments-like-man-page-says. - -tfilename still works. - When using -t (read description from stdin) don't end when first character is `.'. Instead, end if whole line consists of one `.'. - Add regression test. I also changed the regression Makefile to have a trailing slash on the final element. As long as we have a blank line it will be fine, plus it will save us some trouble when adding new tests. After adding line breaks, ``rest looks fine.'' xsa@ | |||
2006-03-27 | beef up the -z description; ok xsa | Jason McIntyre | |
2006-03-27 | shrink by removing some unneeded ifdefs | David Gwynne | |
2006-03-27 | we dont support the cypress serial things yet, so dont lie. when we do it | David Gwynne | |
will look different to this | |||
2006-03-27 | Changes: | Ray Lai | |
- RCS_CREATE is now set in flags. - Since flags & RCS_CREATE is used in rcs_statfile(), flags is now a global variable. - RCS_[ENT]FLAG -> RCSPROG_[ENT]FLAG - Call rcs_set_description() if -t flag is given or if RCS_CREATE is set, checked in that order. If the -t flag is given and RCS_CREATE is set, don't call rcs_set_description() twice. ``commitski!!'' xsa@ | |||
2006-03-27 | Some minor nits from form@, no functional changes. | Alexander Yurchenko | |
2006-03-27 | rcs_desc_set() will never return non-zero; change its return type to void. | Xavier Santolaria | |
OK niallo@. | |||
2006-03-27 | Kill lint warning by using unsigned right hand arg to >> | Otto Moerbeek | |
Right shifting signed values is undefined. From claudio@ ok millert@; comitted by request of deraadt@ | |||
2006-03-27 | sync | Theo de Raadt | |
2006-03-27 | do not make {cua,tty}[cd] here | Theo de Raadt | |
2006-03-27 | macppc has com now; fkr@bytemine.de | Theo de Raadt | |
2006-03-27 | com at pcmcia; from fkr@bytemine.de | Theo de Raadt | |
2006-03-27 | put com(4) at cdevsw 26 | Theo de Raadt | |
2006-03-27 | in detach, mark device with COM_SW_DEAD, so that close() will not go | Theo de Raadt | |
tapping additional registes. allows it to work on macppc, where doing such a tap after unplug is very bad. drahn helped fkr@bytemine.de ok miod and drahn | |||
2006-03-27 | Plug a memory leak for all cvs_strsplit call sites; ok xsa@ | Patrick Latifi | |
2006-03-27 | sync | Theo de Raadt | |
2006-03-27 | add entries for ttya/ttyb | Theo de Raadt | |
2006-03-27 | ttya now is same as tty00 (for a few days) | Theo de Raadt | |
2006-03-27 | make /dev/ttya be an alias for /dev/tty00. | Theo de Raadt | |
we are making the move where ttya will become the zs devices, and tty00 will support com(4) devices. ok drahn | |||
2006-03-27 | sync | Theo de Raadt | |
2006-03-27 | MLINK to new man pages | Theo de Raadt | |
2006-03-27 | we can do the size & nmemb check before the integer overflow check; evol | Theo de Raadt | |
2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech | Ted Unangst | |
2006-03-26 | Remove an extraneous prototype | Kjell Wooding | |
From Andrey Matveev | |||
2006-03-26 | tweaks; ok jsg, except one change which i'll alter if he disagrees.. | Jason McIntyre | |
2006-03-26 | grammar; | Jason McIntyre | |
2006-03-26 | fix SEE ALSO; | Jason McIntyre | |
2006-03-26 | sync | Theo de Raadt | |
2006-03-26 | add remaining tcpdump.org libpcap 0.9 APIs, most notably | Damien Miller | |
pcap_setdirection() (which depends on the kernel-side bpf changes committed yesterday); ok canacar@ | |||
2006-03-26 | Explain a bit more about the usage of isagpio(4). | Alexander Yurchenko | |
Requested by deraadt@. | |||
2006-03-26 | Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() and | Brad Smith | |
remove alpha_pci_decompose_tag(). From NetBSD ok martin@ | |||
2006-03-26 | Support for accesing 8-bit ISA I/O throught the gpio(4) | Alexander Yurchenko | |
framework. Allows to use stupid GPIO device on the Acrosser AR-B1662 board. Work by form@. | |||
2006-03-26 | Pretty-print addresses on 64-bit architectures; with input and ok deraadt@ | Uwe Stuehler | |
2006-03-26 | rcs_parse_desc() cleanup; OK ray@. | Xavier Santolaria | |
2006-03-26 | More KNF. Prodding from ray@ | Kjell Wooding | |
No binary change. | |||
2006-03-26 | Add warning about malloc(num * size) and recommend calloc() instead, | Ray Lai | |
or if malloc must be used suggest check. Get rid of "one". OK deraadt@ and jmc@, OK kjell@ to earlier version with "one"s. | |||
2006-03-26 | Get this closer to KNF (get rid of block-declared vars) | Kjell Wooding | |
ok beck@ | |||
2006-03-26 | add mime type for atom | Henning Brauer | |
From: "Alex Holst" <a@mongers.org> "It's the brave new world of rss/atom feeds. It's what the kids want." | |||
2006-03-26 | nat, rdr, binat and scrub are valid pf actions to filter on | Camiel Dobbelaar | |
ok dhartmei | |||
2006-03-26 | scrub can log, so it is a valid pf action to filter on | Camiel Dobbelaar | |
ok dhartmei | |||
2006-03-26 | sync | Alexander Yurchenko | |