summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sed/main.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-25 [illumos-gate merge]Keith M Wesolowski1-47/+10
commit 13c8743e4d3cc6d9653687512c0d48d2b653513d 3814 Support for SATA III Reviewed by: Johann 'Myrkraverk' Oskarsson <johann@myrkraverk.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> commit 257c04ecb24858f6d68020a41589306f554ea434 3815 AHCI: Support for Marvell 88SE9128 Reviewed by: Johann 'Myrkraverk' Oskarsson <johann@myrkraverk.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> commit 9384cec630155c229c70dfb8a445c6ccf433045a 3820 /usr/bin/sed doesn't handle binary files. Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Marcel Telka <marcel@telka.sk> commit deeb0f36019670ade13450cb986b946c2e4002e6 3837 Get rid of custom getln() implementation from whois.c Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Yuri Pankov <yuri@xvoid.org> commit 588ef7d7682af16db66cd51d457078fea0519e47 3036 Update hwdata to current upstream data commit 0f24ff92c543e3909da566a91add6a92bcad02ed 3788 /etc/bootrc is defunct and should be removed Conflict: usr/src/cmd/hwdata/pci.ids Conflict: usr/src/cmd/prtconf/prtconf.c Manifest: usr/src/pkg/manifests/driver-network-platform.mf
2013-06-243820 /usr/bin/sed doesn't handle binary files. Reviewed by: Josef 'Jeff' ↵Johann 'Myrkraverk' Oskarsson1-47/+10
Sipek <jeffpc@josefsipek.net> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Marcel Telka <marcel@telka.sk>
2011-04-28900 sed errors when -e is given a 0-length argumentGary Mills1-1/+2
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Robert Gordon <rbg@openrbg.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-01-31613 sed usage missing newlineDamian Wojslaw1-3/+3
Reviewed by: jason.brian.king@gmail.com Reviewed by: gwr@nexenta.com Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-12-29585 sed -i doesn't work on FAT filesystemsGarrett D'Amore1-6/+25
Reviewed by: deano@cloudpixies.com Reviewed by: trisk@nexenta.com Approved by: trisk@nexenta.com
2010-12-16524 sed -i usage: link("test", "test-e") Err#17 EEXISTGarrett D'Amore1-0/+2
Reviewed by: matt@greenviolet.net Reviewed by: meths@btinternet.com Reviewed by: gwr@nexenta.com Approved by: gwr@nexenta.com
2010-12-15508 od doesn't set text domainGarrett D'Amore1-0/+520
509 need an open source sed(1) replacement 516 libc regex misses \< and \> word delimiters Reviewed by: gwr@nexenta.com Reviewed by: roland.mainz@nexenta.com Approved by: gwr@nexenta.com
2011-11-04586 sed -i should take an "optional" argumentYuri Pankov1-7/+20
Reviewed by: Andrew Stormont <Andrew.Stormont@nexenta.com> Reviewed by: Kartik Mistry <kartik.mistry@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>